-
Notifications
You must be signed in to change notification settings - Fork 43
there is not a one-to-one correspondence between a packet and the length #12
Comments
no one find this? |
Sorry for late response. In our test with rxdump running at another machine connected over a 10G switch, it looks working fine. |
Thanks, I will test the pspgen program. |
I test it, I find it if I use |
If I turn on the flow control at the install.py, I the length problem is appear
The length error could also appear at echo , if we add the check length code like this:
} done: |
I modify the packet generator like this to send the random size packet:
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:
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.
For help!!!
The text was updated successfully, but these errors were encountered: