http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26901
User: guy
Date: 2008/12/02 01:43 AM
Log:
Don't set the tvbuff actual length based on the IP total length until
after we've checked whether the total length is less than the header
length, so that we don't believe an obviously bogus total length. (This
doesn't catch all cases of bogus total lengths, but it catches, for
example, a total length of 0.)
Directory: /trunk/epan/dissectors/
Changes Path Action
+8 -3 packet-ip.c Modified