aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-15 10:41:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-15 10:41:53 +0000
commit36fb04a3d128313b0e8c3f2a868baae3c8483cf2 (patch)
tree0d8ba29167cac8d949781c7f386f73046dcde8ca /packet-smb-mailslot.h
parentef0973eb27aa6314768d7750e60c9b01e53bf07e (diff)
Tvbuffification of Transaction requests, from Ronnie Sahlberg.
"Send buffer pointer" and "send buffer length" items appear not to be sent over the wire. Add support for Write And X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4204 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-mailslot.h')
-rw-r--r--packet-smb-mailslot.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-smb-mailslot.h b/packet-smb-mailslot.h
index bfcc3487bf..ca92e2c220 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.3 2001/08/07 08:39:56 guy Exp $
+ * $Id: packet-smb-mailslot.h,v 1.4 2001/11/15 10:41:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,8 +27,9 @@
#define _PACKET_SMB_MAILSLOT_H_
gboolean
-dissect_mailslot_smb(tvbuff_t *setup_tvb, tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree);
+dissect_mailslot_smb(tvbuff_t *total_tvb, tvbuff_t *setup_tvb,
+ tvbuff_t *tvb, const char *mailslot,
+ packet_info *pinfo, proto_tree *tree);
#endif