Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-browse.c packet-smb-logon.c

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, 13 Jul 2001 02:04:24 -0500 (CDT)
guy         2001/07/13 02:04:24 CDT

  Modified files:
    .                    packet-smb-browse.c packet-smb-logon.c 
  Log:
  Set "pinfo->current_proto" in the browsser dissector.
  
  Set the protocol and info columns before fetching anything that might
  cause an exception.
  
  Add some more different fields for the different types of host names in
  browser packets.
  
  Force an exception to be thrown if there's no NUL terminator for a name
  in the tvbuff.
  
  Revision  Changes    Path
  1.12      +67 -19    ethereal/packet-smb-browse.c
  1.19      +6 -4      ethereal/packet-smb-logon.c