Wireshark-commits: [Wireshark-commits] rev 52679: /trunk/ /trunk/epan/: stats_tree.c /trunk/plugins
Date: Fri, 18 Oct 2013 21:17:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52679

User: mmann
Date: 2013/10/18 09:17 PM

Log:
 Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9130)
 
 Not sure which memory allocation should be used here (using wmem caused crash), but this revision can at least be easily backported to 1.10 where the bug was reported.
 
 Also allow a single number to be used in the stats range since it's considered a valid "range" by the UAT.

Directory: /trunk/epan/
  Changes    Path            Action
  +18 -19    stats_tree.c    Modified

Directory: /trunk/plugins/stats_tree/
  Changes    Path                  Action
  +13 -1     pinfo_stats_tree.c    Modified