Ethereal-cvs: [Ethereal-cvs] rev 15127: /trunk/epan/dissectors/: packet-ber.c packet-kerberos.

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

Date: Thu, 28 Jul 2005 08:18:20 GMT
User: sahlberg
Date: 2005/07/28 03:18 AM

Log:
 packet_ber has for some time been doing sanity checking of the BER Length fields
 that they are not longer than the reported length of the tvb.
 
 this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb.
 
 this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well.
 
 
 fix some of these instances.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +4 -4      packet-ber.c         Modified
  +1 -1      packet-kerberos.c    Modified



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