aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-follow.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-05-11 22:49:03 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-05-12 05:20:45 +0000
commitd1d5caaf2516421ac5bc307baad96efae8505c68 (patch)
tree35052965f950d2a99fd0c50d29164b5c51ce2bbe /ui/cli/tap-follow.c
parent9554b2fc62ebf12c9738c6e003b4e9a9b5cc0e41 (diff)
Fix tshark -z follow,tcp stats regression when TCP stream index is > 0
With tshark stats are being configured before the file gets loaded and the number of TCP streams are computed Bug: 9541 Change-Id: I42c2891124f1781b05967d5f071ad40df2d6d9f5 Reviewed-on: https://code.wireshark.org/review/1598 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/cli/tap-follow.c')
-rw-r--r--ui/cli/tap-follow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-follow.c b/ui/cli/tap-follow.c
index 69ffef5d12..0418eefad9 100644
--- a/ui/cli/tap-follow.c
+++ b/ui/cli/tap-follow.c
@@ -911,7 +911,7 @@ followTcp(
{
followFree(fp);
g_string_free(errp, TRUE);
- followExit("Error registering tcp tap listner.");
+ followExit("Error registering tcp tap listener.");
}
}
@@ -981,7 +981,7 @@ followSsl(
{
followFree(fp);
g_string_free(errp, TRUE);
- followExit("Error registering ssl tap listner.");
+ followExit("Error registering ssl tap listener.");
}
}