aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-19 09:22:20 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-19 09:22:20 +0000
commit712bac693f447dec169751f9052ab5c9ae2576ee (patch)
treefc44ff3af337fc2732b5787029cbd18e2b562106 /epan/dissectors/packet-windows-common.h
parent86e5156625a8486f36165e885cbfa49b83602906 (diff)
add some well known rids from s4 security.idl and code to show the name of this rid
when dissecting a security descriptor git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18959 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-windows-common.h')
-rw-r--r--epan/dissectors/packet-windows-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-windows-common.h b/epan/dissectors/packet-windows-common.h
index 9e51cac232..6ae9a748c3 100644
--- a/epan/dissectors/packet-windows-common.h
+++ b/epan/dissectors/packet-windows-common.h
@@ -180,5 +180,8 @@ dissect_nt_sec_desc(tvbuff_t *tvb, int offset, packet_info *pinfo,
void
proto_do_register_windows_common(int proto_smb);
+const char *
+get_well_known_rid_name(guint32);
+
#endif