My 2 cents .....

My first look at the packet capture doesn't support fragmentation. ( I performed a translation of the hex dump provided)


First, there is no fragmentation offset in any of the packets displayed. Also the fragmentation ID changes for each packet (Fragments of the same datagram have the same Frag ID to aid in reassembly). The "0" bit that is set in the DF field tells all the network devices that this packet may be fragmented if needed.

By the way this is a great thread.