200c200
< Tick delay = (Tick)ceil(((double)pkt->length * ticksPerByte) + 1.0);
---
> Tick delay = (Tick)ceil(((double)pkt->simLength * ticksPerByte) + 1.0);
236c236
< packet = make_shared<EthPacketData>(16384);
---
> packet = make_shared<EthPacketData>();