Ethereal-cvs: [Ethereal-cvs] Rev 12441: /trunk/epan/dissectors/: packet-ppp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sat, 30 Oct 2004 08:45:13 -0000
User: guy
Date: 2004/10/30 03:45 AM

Log:
 The length of the protocol tree item passed to "dissect_ppp_common()"
 should be the length of the packet being dissected, so that if we throw
 an exception dissecting it, the item covers the entire packet (because
 it's incomplete, and thus *all* of it is the beginning of the header).
 
 Instead, we should pass the length of the part of the header prior to
 the protocol field as an argument to "dissect_ppp_common()", and it
 should use that to set the length of that item.

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



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12441&view=rev