diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-08-01 03:47:00 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-08-01 03:47:00 +0000 |
commit | 9ab5b580ce26833da98ccd878be4c6a76cd6f37c (patch) | |
tree | f5aa2de0c88535de750fdaa89a56143580c56026 /packet-smb-browse.h | |
parent | 97a90e0f6ca5b8a8737905a43881c18833032125 (diff) | |
download | wireshark-9ab5b580ce26833da98ccd878be4c6a76cd6f37c.tar.gz wireshark-9ab5b580ce26833da98ccd878be4c6a76cd6f37c.tar.bz2 wireshark-9ab5b580ce26833da98ccd878be4c6a76cd6f37c.zip |
Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (for
an older version of the protocol than the one for packets sent to
\MAILSLOT\BROWSE), rather than being LANMAN pipe packets.
svn path=/trunk/; revision=3803
Diffstat (limited to 'packet-smb-browse.h')
-rw-r--r-- | packet-smb-browse.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packet-smb-browse.h b/packet-smb-browse.h index 85ed357e3e..bb7a50ea48 100644 --- a/packet-smb-browse.h +++ b/packet-smb-browse.h @@ -2,7 +2,7 @@ * Declaration of routines for SMB Browser packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-smb-browse.h,v 1.2 2001/07/12 23:37:48 guy Exp $ + * $Id: packet-smb-browse.h,v 1.3 2001/08/01 03:47:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -27,6 +27,9 @@ #define _PACKET_SMB_BROWSE_H_ gboolean -dissect_mailslot_browse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); +dissect_mailslot_browse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree); + +gboolean +dissect_mailslot_lanman(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree); #endif |