Ethereal-cvs: [Ethereal-cvs] rev 12986: /trunk/epan/dissectors/: packet-jxta.c

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

Date: Fri, 07 Jan 2005 19:30:11 -0000
User: guy
Date: 2005/01/07 01:29 PM

Log:
 Get rid of duplicate "element signature" field.
 
 Clean up indentation.
 
 The signatures are 4-byte strings - treat them as such.
 
 Don't hide fields - dissectors should show what all bytes, other than
 perhaps padding bytes, are.
 
 Don't use the tvb_format_text-ified versions of strings as the value -
 Ethereal already deals with non-printable characters when displaying
 them.
 
 When creating a subset tvbuff that runs to the end of the parent, use -1
 as the length, don't calculate the length ourselves.
 
 Use "tvb_reported_length()", not "tvb_length()", in loops that parse the
 entire packet.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +39 -65    packet-jxta.c    Modified



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