aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-25 03:30:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-25 03:30:40 +0000
commit7c60b55377cf38ea1e757f56df56404087169ec6 (patch)
tree5dd2f7487f25e41ea35d0319edfe80cb0d77764b /plugins/Xplugin_api.c
parent7669703a1693f99a8da1dc2f337b08217783f59d (diff)
From Lars Roland: add "tvb_get_ntoh64()" to the list of routines
callable from plugins and the list of routines exported from libethereal.dll. Do the same for "tvb_get_letoh64()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11826 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/Xplugin_api.c')
-rw-r--r--plugins/Xplugin_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Xplugin_api.c b/plugins/Xplugin_api.c
index 6f2c5d4305..db50b9caf5 100644
--- a/plugins/Xplugin_api.c
+++ b/plugins/Xplugin_api.c
@@ -292,3 +292,5 @@ p_dissect_rpc_uint64 = pat->p_dissect_rpc_uint64;
p_dissect_rpc_indir_call = pat->p_dissect_rpc_indir_call;
p_dissect_rpc_indir_reply = pat->p_dissect_rpc_indir_reply;
p_crc16_ccitt_tvb = pat->p_crc16_ccitt_tvb;
+p_tvb_get_letoh64 = pat->p_tvb_get_letoh64;
+p_tvb_get_ntoh64 = pat->p_tvb_get_ntoh64;