aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-12-19 13:46:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-12-19 13:46:09 +0000
commitea0baf468e778706c40e2fb0337fc65cd3e27ea5 (patch)
tree129e3ab68135f6b22068ebc9d673b549fa78537e /epan/dissectors/packet-dcerpc.h
parent1f73d0df93089fe8d026f66921945a33ea80e9cc (diff)
(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
another part of the PROFINET dissectors (PN-CBA, including a lot of generic DCOM dissection) still some work to be done ... svn path=/trunk/; revision=12776
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index 875eadc182..ce1b45dc42 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -224,6 +224,9 @@ dcerpc_sub_dissector *dcerpc_get_proto_sub_dissector(e_uuid_t *uuid, guint16 ver
value_string *value_string_from_subdissectors(dcerpc_sub_dissector *sd);
+/* try to get protocol name registered for this uuid */
+gchar *dcerpc_get_uuid_name(e_uuid_t *uuid, guint16 ver);
+
/* Private data structure to pass to DCERPC dissector. This is used to
pass transport specific information down to the dissector from the
dissector that parsed this encapsulated calls.