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

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 19:57:37 -0500 (CDT)
guy         2001/09/28 19:57:37 CDT

  Modified files:
    .                    packet-nbipx.c packet-nbns.c 
                         packet-netbios.c packet-netbios.h 
  Log:
  Have "dissect_netbios_payload()" take as an argument a tvbuff containing
  only the NetBIOS payload, and have the NBSS dissector construct tvbuffs
  of that sort (i.e., stop at the end of the NBSS session message, not at
  the end of the data handed to the NBSS dissector).
  
  Revision  Changes    Path
  1.40      +7 -5      ethereal/packet-nbipx.c
  1.59      +14 -9     ethereal/packet-nbns.c
  1.37      +13 -14    ethereal/packet-netbios.c
  1.11      +3 -3      ethereal/packet-netbios.h