Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bofl.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 1 Mar 2003 03:37:39 -0600 (CST)
guy         2003/03/01 03:37:38 CST

  Modified files:
    .                    packet-bofl.c 
  Log:
  Make the dissector static - it's not called from outside packet-bofl.c
  
  Let the tvbuff mechanism check the length of the packet - don't check it
  ourselves.
  
  Put each field into the protocol tree and the Info column separately, so
  that we at least get a partial dissection - I've seen some packets that
  look like breath-of-life packets but that have only the PDU field.
  
  Show the PDU field with all 8 hex digits, and show the sequence number
  as an unsigned quantity, in the Info column.
  
  Show the padding size based on the actual length of the frame, not on
  the amount of the frame that was captured.
  
  Revision  Changes    Path
  1.3       +24 -19    ethereal/packet-bofl.c