Hi! I always get a "Malformed Packet" for ICMP Redirect Message. Does anyone have an idea why or what the problem is? Screenshot: http://postimg.org/image/6a27pizr1/ BR DarkEye asked 01 Apr '13, 05:55 TheDarkEye edited 01 Apr '13, 06:01 |
One Answer:
That's not the Redirect that gives you the error, it's the Echo inside the redirected header ICMP field that gets the dissector spooked when it's cut short. Not an error in this case. You could file this nicely documented error on bugs.wireshark.org (don't forget to attach this sample capture) for it to be fixed in an upcoming release. answered 01 Apr '13, 11:22 Jaap ♦ |
Thx a lot.
I also have issues that the redirect has no effect on the receiving host, so I thought this "malformed packet" is the reason. Now I have to look somewhere else ... :-)
Thank you very much.