summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 9aa604990f..c65773187a 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -313,6 +313,9 @@ extern void register_dissector(const char *name, dissector_t dissector,
extern void new_register_dissector(const char *name, new_dissector_t dissector,
const int proto);
+/* Get the long name of the protocol for a dissector handle. */
+extern const char *dissector_handle_get_long_name(const dissector_handle_t handle);
+
/* Get the short name of the protocol for a dissector handle. */
extern const char *dissector_handle_get_short_name(const dissector_handle_t handle);