aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-12 11:27:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-12 11:27:34 +0000
commit15f13b23a0aca4fc247e04a9060843f388cf996d (patch)
tree0b3d4ce7fef08fcd27e31198c69d1003df959c3f /epan/dissectors/packet-smb.h
parent0dbf17b690f9f79960d67f5f8a58ad0b1e90965f (diff)
improve the dissection of Create and fill in most of the fields
svn path=/trunk/; revision=16490
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 10e2714a9c..0a598aa6a5 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -285,4 +285,14 @@ extern gboolean smb_dcerpc_reassembly;
extern int dissect_file_attributes(tvbuff_t *tvb, proto_tree *parent_tree, int offset, int bytes);
+extern const value_string create_disposition_vals[];
+
+extern int dissect_nt_create_options(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
+
+extern int dissect_nt_share_access(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
+
+extern int dissect_smb_access_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
+
+extern const value_string oa_open_vals[];
+
#endif