aboutsummaryrefslogtreecommitdiffstats
path: root/mkcap.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-23 20:00:13 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-23 20:00:13 +0000
commitff41a9aa09e84f89ee77c9cc582b9ef83e6cf3fb (patch)
tree0c0ebe45725b2d130939188f4791ab721050c99b /mkcap.c
parent7bc144c228ed9278a88fb11778060424cf826036 (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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36297 f5534014-38df-0310-8fa8-9805f1628bb7
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");