aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-03 03:51:27 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-03 03:51:27 +0000
commit30ce42b1e9a4d5efd8041c7351106cceba9926c3 (patch)
tree5d4cf986a8de4dcb06414d369c1626c92863b839 /plugins/Xplugin_api.h
parent044e7f9875eb7e3ac2cc07f1280ecf27ff4cdd24 (diff)
Have "dissect_xdlc_control()" take a pointer to a structure containing
pointers to hf_ values, so the subfields of the control field are put into the protocol tree as filterable items. Change the protocols that use it appropriately. Export "dissect_xdlc_control()" to plugins. svn path=/trunk/; revision=9531
Diffstat (limited to 'plugins/Xplugin_api.h')
-rw-r--r--plugins/Xplugin_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Xplugin_api.h b/plugins/Xplugin_api.h
index 4b86e4911d..f2cf939263 100644
--- a/plugins/Xplugin_api.h
+++ b/plugins/Xplugin_api.h
@@ -247,3 +247,4 @@
#define col_get_writable (*p_col_get_writable)
#define col_set_writable (*p_col_set_writable)
#define decode_enumerated_bitfield_shifted (*p_decode_enumerated_bitfield_shifted)
+#define dissect_xdlc_control (*p_dissect_xdlc_control)