Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nbns.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, 1 May 2002 03:34:05 -0500 (CDT)
guy         2002/05/01 03:34:05 CDT

  Modified files:
    .                    packet-nbns.c 
  Log:
  From Joerg Mayer: get rid of an unused argument.
  
  Make the loop to dissect NBSS packets run to the end of the reported
  data, so it throws an exception on a short frame.
  
  Use -1 rather than "tvb_length(tvb)" for the length of items that run to
  the end of the frame.
  
  Revision  Changes    Path
  1.75      +6 -10     ethereal/packet-nbns.c