wireshark/plugins/stats_tree
Evan Huus 95f484a91e Add a very small hack to make the UAT update callback error string freeable, and
convert all existing UAT update callbacks to use glib memory instead of
ephemeral memory for that string.

UAT code paths are entirely distinct from packet dissection, so using ephemeral
memory was the wrong choice, because there was no guarantees about when it would
be freed.

The move away from emem still needs to be propogated deeper into the UAT code
itself at some point.

Net effect: remove another bunch of emem calls from dissectors, where replacing
with wmem would have caused assertions.

svn path=/trunk/; revision=52854
2013-10-25 22:14:25 +00:00
..
AUTHORS
CMakeLists.txt Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Make the other plugin makefiles use the new style introduced in the MATE 2013-02-09 05:31:15 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
NEWS
moduleinfo.nmake
pinfo_stats_tree.c Add a very small hack to make the UAT update callback error string freeable, and 2013-10-25 22:14:25 +00:00
pinfo_stats_tree.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
plugin.rc.in
stats_tree_plugin.c WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00