Wireshark-commits: [Wireshark-commits] rev 37835: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 29 Jun 2011 17:22:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37835

User: cmaynard
Date: 2011/06/29 10:22 AM

Log:
 Although technically not needed, for clarity, explicity catch invalid Ethernet frames, increment the "other" count and return.  Previously, code execution would have fallen through to the ETHERNET_II case and capture_ethertype() would have incremented the "other" count.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -2      packet-eth.c    Modified