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

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

Date: Mon, 29 Aug 2005 08:24:16 GMT
User: sahlberg
Date: 2005/08/29 03:24 AM

Log:
 In the SEQUENCE OF dissector helper
 
 Only count the number of items in the SEQUENCE OF   IFF we have the full TVB containing the entire blob.
 Dont count the items if the tvb is "short" since then this would just lead to a [short frame]  before a single item in the SEQUENCE OF has been dissected.
 
 
 
 
 Do we really need to count the items and create a FT_UINT field with the number of items at all?
 Then count the items as we are calling the subdissectors and 
 append the '# item[s]' text to the FT_NONE items after we finished the loop?

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +22 -16    packet-ber.c    Modified



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