aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api_decls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-16 19:33:18 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-16 19:33:18 +0000
commit92dcbdc1922c613ac0705760ff63aa5905784cfe (patch)
tree7a05e6a1a5aafd444dd4282d34c3f531e5fcbf2c /plugins/Xplugin_api_decls.h
parent56f95db6b41619e12d78d2ce6522507084da2ab5 (diff)
Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff. svn path=/trunk/; revision=12019
Diffstat (limited to 'plugins/Xplugin_api_decls.h')
-rw-r--r--plugins/Xplugin_api_decls.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Xplugin_api_decls.h b/plugins/Xplugin_api_decls.h
index 46725b1ce6..d47bbe43b0 100644
--- a/plugins/Xplugin_api_decls.h
+++ b/plugins/Xplugin_api_decls.h
@@ -294,3 +294,10 @@ addr_dissect_rpc_indir_reply p_dissect_rpc_indir_reply;
addr_crc16_ccitt_tvb p_crc16_ccitt_tvb;
addr_tvb_get_letoh64 p_tvb_get_letoh64;
addr_tvb_get_ntoh64 p_tvb_get_ntoh64;
+addr_proto_tree_add_float p_proto_tree_add_float;
+addr_proto_tree_add_float_hidden p_proto_tree_add_float_hidden;
+addr_proto_tree_add_float_format p_proto_tree_add_float_format;
+addr_tvb_get_ntohieee_float p_tvb_get_ntohieee_float;
+addr_tvb_get_ntohieee_double p_tvb_get_ntohieee_double;
+addr_tvb_get_letohieee_float p_tvb_get_letohieee_float;
+addr_tvb_get_letohieee_double p_tvb_get_letohieee_double;