http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1828
Summary: ipprotostr() not exported
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: gvanem@xxxxxxxxxxxx
Build Information:
--
The new wimaxasncp plugin calls ipprotostr(). Hence this function needs
to be exported from libwireshark.dll. Added to libwireshark.def. Patch:
--- SVN-Latest\epan\libwireshark.def Fri Aug 31 15:40:15 2007
+++ epan\libwireshark.def Thu Sep 06 15:45:42 2007
@@ -485,6 +485,7 @@
ip6_to_str
ipv4_get_net_order_addr
ip_to_str
+ipprotostr
isup_message_type_value DATA
isup_message_type_value_acro DATA
is_big_endian
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.