aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-01 09:42:39 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-01 09:42:39 +0000
commitced869a42626efcb0c37417755c3ed694102ee7b (patch)
tree5993c74845c45fd6b953230d14f4290eab124462 /epan/dissectors/packet-smb2.h
parent966de91a8d38affe6499f5fb3d50b58f17d90ba4 (diff)
move the ioctl function code to the si structure so we can switch on this later in the ioctl_data dissector
svn path=/trunk/; revision=16634
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 eb989b6722..6e1127dccb 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -81,6 +81,7 @@ typedef struct _smb2_conv_info_t {
*/
typedef struct _smb2_info_t {
guint16 opcode;
+ guint32 ioctl_function;
guint32 status;
guint32 tid;
guint64 seqnum;