-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packetcapr shows wrong IP #1
Comments
That looks pretty wrong indeed. Do you have a pcap file of the particular packet that causes this behaviour for debugging? The code that takes the IPs from the packet is pretty naive. If I have time it would probably help to use a library to parse the packets. |
Tested on another machine and it's working properly on it! Working machine:
The machine which has problem:
I hope that helps |
Very odd, it seems it somehow swapped around half of the IP addresses, but so far I can't come up with a reason why that would happen. |
Hello,
packetcapr in server mode splits the actual IP to two halves!
Following is a capture of response from 8.8.8.8
The text was updated successfully, but these errors were encountered: