rnithyanand / dpkt

Automatically exported from code.google.com/p/dpkt
Other
0 stars 0 forks source link

Don't try to decode ip packets with offset eg. fragments #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Dump fragmented udp traffic and it will some time decode the fragments with 
offset > 0 as UDP headers.

What is the expected output? What do you see instead?
Expected: Just IP pkt with data payload.
What we get: UDP headers when data is decodable.

What version of the product are you using? On what operating system?
SVN rev 82, Linux

Original issue reported on code.google.com by noro...@gmail.com on 6 Sep 2011 at 8:52

Attachments: