mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.91k stars 375 forks source link

problem on capturing traffic with certain length #367

Open HoomanT opened 5 years ago

HoomanT commented 5 years ago

Hi I have written a program that sniffs on some udp traffic. The thing is, I realized that it doesn't capture some traffic that is greater length than a value (I think it's 1000 bytes) But other than that is just fine. Is there any specific configuration for this problem? My second question is about the traffic that is larger than the MTU. Is there any way to track it down and then reassemble it just like what wireshark do? Thank you very much