Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9164 :
authorPascal Quantin <pascal.quantin@gmail.com>
Fri, 20 Sep 2013 19:11:23 +0000 (19:11 -0000)
committerPascal Quantin <pascal.quantin@gmail.com>
Fri, 20 Sep 2013 19:11:23 +0000 (19:11 -0000)
Add dissector_try_uint_new() to the list of exported symbols

svn path=/trunk/; revision=52159

epan/packet.h

index 09bc726d02923fbc3a30beb5ad6dc7445ceb486d..f5b81bf076fa9803c3ccb9ec8ccde3edb6ba0201 100644 (file)
@@ -208,8 +208,8 @@ WS_DLL_PUBLIC gboolean dissector_try_uint(dissector_table_t sub_dissectors,
 /* Look for a given value in a given uint dissector table and, if found,
    call the dissector with the arguments supplied, and return TRUE,
    otherwise return FALSE. */
-gboolean dissector_try_uint_new(dissector_table_t sub_dissectors,
-       const guint32 uint_val, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, const gboolean add_proto_name, void *data);
+WS_DLL_PUBLIC gboolean dissector_try_uint_new(dissector_table_t sub_dissectors,
+    const guint32 uint_val, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, const gboolean add_proto_name, void *data);
 
 /* Look for a given value in a given uint dissector table and, if found,
    return the dissector handle for that value. */