Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-cops.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: Wed, 27 Dec 2000 06:38:10 -0600 (CST)
guy         2000/12/27 06:38:09 CST

  Modified files:
    .                    packet-cops.c 
  Log:
  Get rid of extra blanks in strings.
  
  "tvb_length_remaining()" will return -1 if the offset argument is past
  the end of the tvbuff; check for values > 0, not values != 0, when
  checking to see if there's extra garbage at the end of the packet.
  
  Revision  Changes    Path
  1.7       +24 -24    ethereal/packet-cops.c