Commit Graph

7 Commits

Author SHA1 Message Date
Chris Maynard 7866917d2f Display frame numbers containing min & max SRT's. Other misc. display tweaks.
svn path=/trunk/; revision=36508
2011-04-07 20:41:11 +00:00
Chris Maynard 908d7ba39f Until the minimum glib version requirement is changed from 2.4 to at least 2.8,
use g_try_malloc() instead of g_try_malloc0().  This should make the Solaris
buildbot happy again. 

svn path=/trunk/; revision=36504
2011-04-07 13:41:25 +00:00
Stephen Fisher 9a66ea33c4 Fix Coverity 1181: REVERSE_INULL & improve code:
- Use g_try_malloc0() instead of g_malloc0() since the latter will
   fail and abort the program.  Leave the NULL return check.
 - Don't dereference pointer before checking that it's valid.


svn path=/trunk/; revision=36503
2011-04-06 22:51:25 +00:00
Chris Maynard 9e34d13ff4 Add computation of median and change standard deviation calculation to "sample"
standard deviation.  Split statistics output onto 2 lines.

svn path=/trunk/; revision=36501
2011-04-06 19:48:11 +00:00
Bill Meier 1c082f8d13 Set the correct properties ...
svn path=/trunk/; revision=36484
2011-04-05 23:03:21 +00:00
Chris Maynard 701f2053e6 Mark pinfo as unused with _U_ to avoid compiler warning.
svn path=/trunk/; revision=36481
2011-04-05 20:50:49 +00:00
Chris Maynard 595e5e1c1d Add ICMP tap support, and add a tshark tap to measure such things as:
* Number of ICMP echo requests, replies, lost replies and percent loss.
  * Min, Max, Average SRT (Service Response Time), and standard deviation.
(This is my first tap, so hopefully I didn't miss something, but we'll see ...)
TODO: Add a Wireshark tap.


svn path=/trunk/; revision=36480
2011-04-05 20:21:59 +00:00