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: Richard Sharpe <sharpe@xxxxxxxxxxxx>
Date: Sat, 21 Aug 1999 03:45:14 -0500 (CDT)
sharpe      1999/08/21 03:45:12 CDT

  Modified files:
    .                    packet-nbns.c 
  Log:
  This is the code in packet-nbns that handles continuation messages.
  
  It checks to see if the packet we have in front of us does not start with
  one of the four NetBIOS over TCP/IP message types, or if it is a data
  message, then looks for \0377SMB in the first four bytes ...
  
  It seems to work well on one large trace of Samba activity that I have.
  `
  
  Revision  Changes    Path
  1.25      +25 -1     ethereal/packet-nbns.c