Wireshark-commits: [Wireshark-commits] rev 54047: /trunk/epan/ /trunk/epan/: value_string.c value_s

Date: Fri, 13 Dec 2013 14:39:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54047

User: wmeier
Date: 2013/12/13 02:39 PM

Log:
 Value_string.h:  Minor changes to comment text
 value_string.c:  value_string_ext_validate() always fails on Windows
                    when called from a different DLL (i.e. a plugin).
                    So: Add #ifndef _WIN32 around the offending code.

Directory: /trunk/epan/
  Changes    Path              Action
  +8 -6      value_string.c    Modified
  +16 -16    value_string.h    Modified