Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ipp.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: Tue, 7 Mar 2000 00:28:52 -0600 (CST)
guy         2000/03/07 00:28:50 CST

  Modified files:
    .                    packet-ipp.c 
  Log:
  Make "name_length" and "value_length" universally "int"s - the values
  they get from the packets are 16-bit unsigned quantities, which fit
  comfortable within an "int" on all platforms we support.  That
  eliminates the some additional format/argument mismatches.
  
  Revision  Changes    Path
  1.7       +16 -16    ethereal/packet-ipp.c