You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
then I run the command like this:
./packet_generator -i xge0 -p 512 -s 64
I use the libpcap reading the packet at another mechine, use the libnids processing the packet, I find some packet's cap_length - linkoffset is less than ip header's ip total length , like this:
caplen - linkoffset < ntohs(iph->ip_len)
But the length is not random, it is also the packet we build, it's length should be 401 , but when I receive, it is 400.