aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-25 06:19:41 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-11-25 06:19:41 +0000
commit261aade300422603af8376f191eeb6ee6c3c325e (patch)
treef4d417e3bbce69b41fb01f55ec8fa6f086823b91 /epan/dissectors/packet-smb.h
parentc76c376968a02b8fcb412c07d9c28c92424ee06d (diff)
add dissection of the smb2 impersionationlevel field
svn path=/trunk/; revision=16581
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 5fe74554fa..1aac72b45e 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -294,6 +294,7 @@ extern int dissect_nt_share_access(tvbuff_t *tvb, proto_tree *parent_tree, int o
extern int dissect_smb_access_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
extern const value_string oa_open_vals[];
+extern const value_string impersonation_level_vals[];
extern int dissect_security_information_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);