I am analyzing a 10G SR connection between an IoT device and a Linux computer without a switch in between. Captured data is here The filter ip.fragment.error shows some errors, eg for packet: 1125980. But this packet is correct. However the following datagram is not correctly reassembled.
Packet 1125995 is regarded as last fragment, but it has the "more fragments flag" set. It is followed by two additional packets, where 1125997 has a cleared "more fragments flag" and is not used for reassembling.
What's wrong with this packets?
I'm using version 4.6.2
Thanks
Tom