aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-10-22 05:15:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-10-22 05:15:25 +0000
commit9c9db7d4d4e9fb3c519722361412f929c8e94575 (patch)
tree79c2d02b6c705c7af09a356e399f24190f981f24 /epan/dissectors/packet-smb.h
parent9e14fa17fb62386e0b94bae9265424b32111c39e (diff)
From CaL Turney:
Add support for well-known SIDs/RIDs and option to display in hex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5286 svn path=/trunk/; revision=34613
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 8386e1a037..1b9e332d16 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -403,6 +403,8 @@ extern int dissect_smb_access_mask(tvbuff_t *tvb, proto_tree *parent_tree, int o
extern const value_string oa_open_vals[];
extern const value_string impersonation_level_vals[];
+extern gboolean sid_display_hex;
+
extern int dissect_security_information_mask(tvbuff_t *tvb, proto_tree *parent_tree, int offset);
extern int dissect_qfsi_FS_VOLUME_INFO(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, int offset, guint16 *bcp, int unicode);