aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-07 07:41:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-07 07:41:35 +0000
commitbda722d3bfd3e6b37eb3dcf7445441ac260def23 (patch)
tree1351b44439288821eead2aae06017bcc0cc33e83 /epan/dissectors/packet-smb2.h
parenta7faef785ff8d7e7cfeb7c5d9a9303c4d40304f6 (diff)
remove the ioctl function and table from the smb dissector and just use
the one in smb2 instead since the smb2 one is more developed. svn path=/trunk/; revision=21711
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index a046485412..b96b2773d3 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -100,5 +100,6 @@ typedef struct _smb2_info_t {
int dissect_smb2_FILE_OBJECTID_BUFFER(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset);
+int dissect_smb2_ioctl_function(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset, smb2_info_t *s2i);
#endif