aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-26 00:01:32 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-26 00:01:32 +0000
commitd9376294493a4d3dbf32a1510f107ce289d0b97f (patch)
treeb407f1d88e9681f866f2dec7a9693ba8cc049c43 /plugins/Xplugin_api.h
parent05976bdc31cd992065ec4ad6d5d5d1d1a88ef8c1 (diff)
Update for Tomas Kukosa's new APIs to get the parent and the
nth-grandparent-up for a protocol tree item and to get the last item created by the BER dissector (that API and the new names for the universal tags were supplied by him - the checkin item didn't give him credit). svn path=/trunk/; revision=10491
Diffstat (limited to 'plugins/Xplugin_api.h')
-rw-r--r--plugins/Xplugin_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Xplugin_api.h b/plugins/Xplugin_api.h
index 999e4fd483..1cb990247a 100644
--- a/plugins/Xplugin_api.h
+++ b/plugins/Xplugin_api.h
@@ -270,3 +270,6 @@
#define get_ber_length (*p_get_ber_length)
#define proto_item_get_subtree (*p_proto_item_get_subtree)
#define proto_tree_get_parent (*p_proto_tree_get_parent)
+#define proto_item_get_parent (*p_proto_item_get_parent)
+#define proto_item_get_parent_nth (*p_proto_item_get_parent_nth)
+#define get_ber_last_created_item (*p_get_ber_last_created_item)