diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2007-05-07 07:41:35 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2007-05-07 07:41:35 +0000 |
commit | bda722d3bfd3e6b37eb3dcf7445441ac260def23 (patch) | |
tree | 1351b44439288821eead2aae06017bcc0cc33e83 /epan/dissectors/packet-smb2.h | |
parent | a7faef785ff8d7e7cfeb7c5d9a9303c4d40304f6 (diff) | |
download | wireshark-bda722d3bfd3e6b37eb3dcf7445441ac260def23.tar.gz wireshark-bda722d3bfd3e6b37eb3dcf7445441ac260def23.tar.bz2 wireshark-bda722d3bfd3e6b37eb3dcf7445441ac260def23.zip |
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.h | 1 |
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 |