Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Mon, 10 Aug 2009 22:15:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29373

User: guy
Date: 2009/08/10 03:15 PM

Log:
 For TLV items that are a single integral value and thus must have a
 certain length:
 
 	attach the expert item to the length field if we're showing it,
 	otherwise put in a text item for the malformed TLV and attach
 	the expert item to that;
 
 	don't give up, as we'll just skip the bad item and move on to
 	the next item.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +21 -8     packet-pppoe.c    Modified