Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [Patch] libwireshark.def

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Fri, 18 Aug 2006 19:03:09 +0200
These function needs to be exported:

--- SVN-Latest\epan\libwireshark.def    Fri Aug 18 13:20:19 2006
+++ epan\libwireshark.def       Fri Aug 18 14:47:54 2006
@@ -381,6 +381,10 @@
gsm_a_pd_str                    DATA
gsm_map_opr_code_strings        DATA
guid_to_str
+guids_add_guid
+guids_init
+guids_get_guid_name
+guids_resolve_guid_to_str
g_resolv_flags                  DATA
h245_set_h223_add_lc_handle
h245_set_h223_set_mc_handle

--gv