aboutsummaryrefslogtreecommitdiffstats
path: root/mkcap.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-23 20:00:13 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-23 20:00:13 +0000
commitfeb1d468d86123b9b36207c97c67cebdab85de7a (patch)
tree0c0ebe45725b2d130939188f4791ab721050c99b /mkcap.c
parente7a6230ecae296d7658399b3891d30fca668069b (diff)
From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.html
Change RTT references to SRT. (tshark.pod could use a description for -z afp,srt and -z camel,srt) svn path=/trunk/; revision=36297
Diffstat (limited to 'mkcap.c')
-rw-r--r--mkcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkcap.c b/mkcap.c
index 6a02029317..c246c65f84 100644
--- a/mkcap.c
+++ b/mkcap.c
@@ -492,7 +492,7 @@ makeackedrundroppedtail8kb(int len, int spacing, int ackdelay)
void usage()
{
fprintf(stderr, "Usage: mkcap [OPTIONS], where\n");
- fprintf(stderr, "\t-a <ack-delay> is the delay to an ACK (RTT)\n");
+ fprintf(stderr, "\t-a <ack-delay> is the delay to an ACK (SRT)\n");
fprintf(stderr, "\t-b <bytes-to-send> is the bytes to send on connection\n");
fprintf(stderr, "\t-i <ip-addr-hex> is the sender IP address in hex\n");
fprintf(stderr, "\t-I <ip-addr-hex> is the recipient IP address in hex\n");