aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-22 01:26:32 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-22 01:26:32 +0000
commit6e6bfca12a68e6249218eb82a65fe61546820f9d (patch)
treeb6f707a89eddef4a01fa51a56f5fb20797ff1adf /epan/dissectors/packet-smb.h
parenta918fed94081d46de97e0a8239166aa5b78cc9df (diff)
add the disposition to the data we store for how a fid is opened
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21873 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 272c960563..860b722b4c 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -306,6 +306,7 @@ typedef struct _smb_fid_saved_info_t {
guint32 file_attributes;
guint32 share_access;
guint32 create_options;
+ guint32 create_disposition;
} smb_fid_saved_info_t;
struct _smb_fid_into_t {
int opened_in;