Wireshark-commits: [Wireshark-commits] rev 50334: /trunk/ /trunk/doc/: README.plugins README.stats_

Date: Wed, 03 Jul 2013 01:43:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50334

User: guy
Date: 2013/07/02 06:43 PM

Log:
 WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;
 just define WS_DLL_PUBLIC_NOEXTERN inside the ifdefs, and define
 WS_DLL_PUBLIC as WS_DLL_PUBLIC_NOEXTERN followed by "extern".
 
 Then rename WS_DLL_PUBLIC_NOEXTERN to WS_DLL_PUBLIC_DEF, to clarify that
 it's what should be used for definitions; at least on Windows, you
 *have* to use it when declaring arrays without a size, and, whilst you
 might be able to use WS_DLL_PUBLIC for definitions of functions and
 perhaps data definitions other than no-size arrays, it might be clearer
 to rename WS_DLL_PUBLIC to WS_DLL_PUBLIC_DECL and use it only for
 declarations.

Directory: /trunk/doc/
  Changes    Path                 Action
  +1 -1      README.plugins       Modified
  +2 -2      README.stats_tree    Modified

Directory: /trunk/plugins/easy_codec/
  Changes    Path                   Action
  +2 -2      easy_codec_plugin.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      follow.c      Modified

Directory: /trunk/plugins/stats_tree/
  Changes    Path                   Action
  +2 -2      stats_tree_plugin.c    Modified

Directory: /trunk/tools/
  Changes    Path                     Action
  +3 -3      make-dissector-reg       Modified
  +4 -4      make-dissector-reg.py    Modified
  +2 -2      wireshark_gen.py         Modified

Directory: /trunk/plugins/tpg/
  Changes    Path             Action
  +3 -3      packet-http.c    Modified

Directory: /trunk/
  Changes    Path                  Action
  +17 -17    ws_symbol_export.h    Modified


(1 file not shown)