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

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, 30 Nov 1999 01:45:47 -0600 (CST)
guy         1999/11/30 01:45:45 CST

  Modified files:
    .                    packet-nbipx.c packet-netbios.c 
                         packet-netbios.h 
  Log:
  Make the NetBIOS dissecting routines all take a pointer to the beginning
  of the frame, plus at most one offset from the beginning of the frame,
  to make it clearer what the offset is.
  
  Then use that offset in at least some places to do bounds checking.
  
  If a packet has no payload, don't hand it to the SMB dissector.
  
  Revision  Changes    Path
  1.16      +53 -28    ethereal/packet-nbipx.c
  1.11      +184 -177  ethereal/packet-netbios.c
  1.4       +4 -5      ethereal/packet-netbios.h