wireshark/plugins
Michael Mann 60d6b05e23 Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)
From Deon van der Westhuysen

- Bug fix: object leak in stats_tree after a tap reset (for example apply statistics preferences with a stats_tree window open)
- Bug fix: correct sample code in README.stats_tree
- Add: slash in plug-in name now creates submenu as docs describe (was a bug?)
- Add: menu separator before the stat_tree registered plug-ins
- Add: stats_tree can now calculate averages for nodes; automatically calculated for range nodes. Add section in README.stats_tree describing averages.
- Add: stats_tree can now calculate burst rate of each node (like rate but with a shorter, sliding time window)
- Add: sorting for stats_tree plug-ins. Can sort on node name, count, average, min, max values and burst rate.
- Add: preferences for stats_tree system (default sort column, burst calc params)
- Add: stats_tree window copy to clipboard and export and plain text, csv and XML.
- Added sample of new functionality in $srcdir/plugins/stats_tree/pinfo_stats_tree.c
- Moved all stats_tree sample plug-ins to "IP Statistics" submenu.

svn path=/trunk/; revision=53657
2013-11-29 22:47:59 +00:00
..
asn1 Create multiple dissection functions if packet_info->ipproto is used to distinguish behavior. 2013-11-22 02:52:41 +00:00
docsis Avoid including <wiretap/wtap.h> in dissectors. 2013-11-29 20:53:00 +00:00
easy_codec
ethercat Create separate dissector function for TCP functionality so packet_info->ethertype doesn't need to be used. 2013-11-21 17:18:11 +00:00
gryphon Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
irda Avoid including <wiretap/wtap.h> in dissectors. 2013-11-29 20:53:00 +00:00
m2m 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
mate Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
opcua Try to fix [-Wmissing-prototypes] 2013-11-15 06:32:11 +00:00
profinet Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00
stats_tree Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452) 2013-11-29 22:47:59 +00:00
tpg 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
unistim 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
wimax Rename some of pint.h macros to match common style (bits number on the end). 2013-11-29 18:59:06 +00:00
wimaxasncp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
wimaxmacphy From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
Custom.m4.example
Custom.make.example
Custom.nmake.example
Makefile.am
Makefile.common.inc
Makefile.nmake
plugins.vcproj