Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-nbipx.c packet-nbns.c pac

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: Fri, 28 Sep 2001 20:19:03 -0500 (CDT)
guy         2001/09/28 20:19:02 CDT

  Modified files:
    .                    Makefile.am packet-nbipx.c packet-nbns.c 
                         packet-netbios.c packet-smb.c 
  Removed files:
    .                    packet-smb.h 
  Log:
  Start the process of tvbuffifying the SMB dissector - give it a
  tvbuffified heuristic-dissector interface, but have it immediately turn
  its arguments into an old-style buffer pointer and offset.
  
  Register the SMB dissector as a heuristic NetBIOS dissector, and have
  "dissect_netbios_payload()" just try the heuristics, as it no longer has
  to call the SMB dissector explicitly.
  
  Revision  Changes    Path
  1.369     +1 -2      ethereal/Makefile.am
  1.41      +1 -2      ethereal/packet-nbipx.c
  1.60      +1 -2      ethereal/packet-nbns.c
  1.38      +5 -25     ethereal/packet-netbios.c
  1.119     +26 -18    ethereal/packet-smb.c