Wireshark-commits: [Wireshark-commits] rev 30855: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 07 Nov 2009 11:24:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30855

User: jake
Date: 2009/11/07 03:24 AM

Log:
 From Filipe David Borba Manana:
 Since it was named Ethereal and up to today, Wireshark wrongly parses 
 the IPv4 header flags field:
 * it considers it as a 4 bits wide field - according to RFC 791 its a 3 bits
 wide field (first 3 bits of the 6th octect of the IPv4 header).
 * if for example the DF bit is set, Wireshark displays the flag value as 0x04
 (0100) when it should be 0x02 (010), idem for the MF flag.
 Attached to this bug report, you can find a patch to fix the issue.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +20 -10    packet-ip.c    Modified