Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 24 Aug 1999 19:55:50 -0500 (CDT)
guy         1999/08/24 19:55:48 CDT

  Modified files:
    .                    packet.h 
  Log:
  Dump the values of the "flags" and "ttl" fields of the CDP header.
  
  Don't treat the CDP header as an in-memory data structure; that might
  cause problems if it's not aligned on a 2-byte boundary.
  
  Make the type and length fields of a TLV unsigned.
  
  Correctly check for the end of the (captured part of the) frame.
  
  Show most TLVs as "expandable" entries, where they expand into type,
  length, and data entries.
  
  Dissect "unknown" TLVs.
  
  Revision  Changes    Path
  1.88      +2 -1      ethereal/packet.h