aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-07 08:11:59 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-07 08:11:59 +0000
commite9585b259f199aae1d229ecb144f2cfba6f181e7 (patch)
treeb91528a9d65537cc13749800384aa405a83776cc /epan/dissectors/packet-smb2.h
parentfa1b0d21282db84e724c24f4c16f58e6197354f7 (diff)
change the smb2 ioctl function to take a pointer to a uint32 (ioctl
function code) instead of a structure extend the nt trans structure to contain a ioctl function code for smb1 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21712 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index b96b2773d3..233a17db13 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -100,6 +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);
+int dissect_smb2_ioctl_function(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset, guint32 *ioctl_function);
#endif