Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-cdp.c packet-netbios.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Tue, 24 Aug 1999 17:36:39 -0500 (CDT)
gram        1999/08/24 17:36:37 CDT

  Modified files:
    .                    packet-cdp.c packet-netbios.c 
  Log:
  Fixed the array problem in packet-netbios.
  Fixed the default case in the packet-cdp while() statement to look for
  non-zero offsets. I should fix the other cases where offset += length.
  Meanwhile, however, I added cdp.tlv.type and cdp.tlv.len as two filterable
  fields so that one can use "cdp.tlv.len == 0" as a display filter to
  find the packet that was causing problems.
  
  Revision  Changes    Path
  1.11      +20 -7     ethereal/packet-cdp.c
  1.3       +2 -2      ethereal/packet-netbios.c