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

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: Thu, 13 Apr 2000 01:10:39 -0500 (CDT)
guy         2000/04/13 01:10:13 CDT

  Modified files:
    .                    packet-osi.c 
  Log:
  Fix a typo.
  
  Use "%u" rather than a hex format to print length values and segment
  offsets, and use "%u" rather than "%d" to print unsigned values.
  
  In the CLNP dissector, chop off the payload and captured-payload lengths
  based on the segment length (along the lines of what we do for IP).
  
  Revision  Changes    Path
  1.24      +56 -43    ethereal/packet-osi.c