aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-17 12:30:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-17 12:30:36 +0000
commit675d0862b5bf0870dbbdade0607cbec16acc3ec9 (patch)
tree79c74c98a1b099fef8bd6d13f22ec22f237f7441 /epan/dissectors/packet-smb.h
parente2c9bcf703c9dae280a18b8e8db746b9e7a25f1d (diff)
add dissection of the security descriptor mask
svn path=/trunk/; revision=16535
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 0a598aa6a5..d6ea4737b5 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -295,4 +295,6 @@ extern int dissect_smb_access_mask(tvbuff_t *tvb, proto_tree *parent_tree, int o
extern const value_string oa_open_vals[];
+extern int dissect_security_information_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
+
#endif