cschutijser

Results 4 comments of cschutijser

Those lengths/MTUs don't make sense to me at all so there must be some other problem. You're running `spin-pcap-reader` on Ubiquity equipment, right? Are you cross-compiling? If so, can you...

My first idea to debug this further would be to run `tcpdump` on the machine that runs `spin-pcap-reader`, if possible. Remember again to specify the `-s` flag. Also use the...

Hey, I had a look at this again and figured out (I think) what's going on here. This is probably caused by [segmentation offloading](https://wiki.wireshark.org/CaptureSetup/Offloading#segmentation-offload). As you can see on that...

Thanks for the output. The physical interface (eth0) indeed show `tcp-segmentation-offload: on`. So that's very likely the reason we see packets that are bigger than the configured MTU. Good to...