http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53657
User: mmann
Date: 2013/11/29 10:48 PM
Log:
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.
Directory: /trunk/ui/cli/
Changes Path Action
+4 -15 tap-stats_tree.c Modified
Directory: /trunk/doc/
Changes Path Action
+36 -1 README.stats_tree Modified
Directory: /trunk/epan/
Changes Path Action
+104 -1 prefs.c Modified
+14 -0 prefs.h Modified
+639 -15 stats_tree.c Modified
+48 -1 stats_tree.h Modified
+83 -1 stats_tree_priv.h Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+47 -3 main_menubar.c Modified
+279 -76 stats_tree_stat.c Modified
Directory: /trunk/image/
Changes Path Action
+6 -0 file_dlg_win32.rc Modified
(4 files not shown)