aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-05 01:15:27 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-05 01:15:27 +0000
commitd2b01e812b82b4640389ddb31fe5176abe92f19a (patch)
treefd8cfcd25f6e04dde725229fee4cbd78dfa52d29 /packet-smb-browse.h
parentd271509c7e5c18fce2f700cf52b570717046126d (diff)
Remote API protocol (that seems to be what it's called in a number of
places) dissector tvbuffified, from Ronnie Sahlberg and me. Additional "are we past the end of the buffer" checks added, so that we don't hand random junk to the transaction and transact2 dissectors. svn path=/trunk/; revision=3824
Diffstat (limited to 'packet-smb-browse.h')
-rw-r--r--packet-smb-browse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-smb-browse.h b/packet-smb-browse.h
index bb7a50ea48..6c686050c8 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.3 2001/08/01 03:47:00 guy Exp $
+ * $Id: packet-smb-browse.h,v 1.4 2001/08/05 01:15:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -32,4 +32,7 @@ dissect_mailslot_browse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tr
gboolean
dissect_mailslot_lanman(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree);
+void
+dissect_smb_server_type_flags(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean infoflag);
+
#endif