Opened 9 years ago
#337 new enhancement
Add support for fragmentation to tracereplay
Reported by: | salcock | Owned by: | salcock |
---|---|---|---|
Priority: | minor | Milestone: | libtrace3 |
Component: | tools | Version: | |
Keywords: | Cc: |
Description
At the moment, tracereplay just packs a sad if you try to replay a packet that is larger than the MTU of the interface you're trying to send it over. What would be really cool is if tracereplay could do its own IP fragmentation to fit the packet in the sender's MTU and send it that way.
Will need to be pretty careful about packets in the source trace that were already fragmented, though...
Note: See
TracTickets for help on using
tickets.