aboutsummaryrefslogtreecommitdiffstats
path: root/tap-icmpstat.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-07Display frame numbers containing min & max SRT's. Other misc. display tweaks.cmaynard1-17/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36508 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-07Until the minimum glib version requirement is changed from 2.4 to at least 2.8,cmaynard1-3/+3
use g_try_malloc() instead of g_try_malloc0(). This should make the Solaris buildbot happy again. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36504 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-06Fix Coverity 1181: REVERSE_INULL & improve code:sfisher1-2/+4
- 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-06Add computation of median and change standard deviation calculation to "sample"cmaynard1-19/+65
standard deviation. Split statistics output onto 2 lines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36501 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05Set the correct properties ...wmeier1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36484 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05Mark pinfo as unused with _U_ to avoid compiler warning.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36481 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-05Add ICMP tap support, and add a tshark tap to measure such things as:cmaynard1-0/+269
* 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36480 f5534014-38df-0310-8fa8-9805f1628bb7