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

Date: Sun, 13 Jul 2008 18:56:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25731

User: guy
Date: 2008/07/13 11:56 AM

Log:
 If we know that an Ethernet packet includes the FCS, remove the FCS from
 the payload we hand to the next dissector.
 
 Check whether the length field in an 802.3 header doesn't go past the
 (presumed) end of the payload.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +27 -6     packet-ethertype.c    Modified
  +25 -6     packet-ieee8023.c     Modified