aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-07 08:39:57 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-07 08:39:57 +0000
commit3857866b9fde8b4ebfbf2eccfda991f3d8d5c567 (patch)
tree648a4500b99603efd2a2a4566c70face6ad2c063 /packet-smb-mailslot.h
parentf184dbcc55eb2b849b7711f752326de8c1be7100 (diff)
Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3832 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-mailslot.h')
-rw-r--r--packet-smb-mailslot.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/packet-smb-mailslot.h b/packet-smb-mailslot.h
index ce46adb408..bfcc3487bf 100644
--- a/packet-smb-mailslot.h
+++ b/packet-smb-mailslot.h
@@ -2,7 +2,7 @@
* Declaration of routines for SMB mailslot packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-mailslot.h,v 1.2 2001/08/05 00:16:36 guy Exp $
+ * $Id: packet-smb-mailslot.h,v 1.3 2001/08/07 08:39:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -23,8 +23,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef _PACKET_SMB_MAILSLOT_H_
+#define _PACKET_SMB_MAILSLOT_H_
+
gboolean
-dissect_mailslot_smb(const u_char *pd, int offset, frame_data *fd,
- proto_tree *parent, proto_tree *tree, struct smb_info si, int max_data,
- int SMB_offset, int errcode, const u_char *command,
- int DataOffset, int DataCount, int ParameterOffset, int ParameterCount);
+dissect_mailslot_smb(tvbuff_t *setup_tvb, tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree);
+
+#endif
+