commit | b7b5b7ddd63cc3fe377ebab74314803adee84d7f | [log] [tgz] |
---|---|---|
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Fri May 18 08:19:45 2018 +0200 |
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Fri May 18 08:20:04 2018 +0200 |
tree | 76e238021677518ee61b2da62e6d936fbeb5fe38 | |
parent | 9234c86b44cd8d57aecbbe8edf8dbd2c5a8c5ac5 [diff] |
TCP: Add a missing 'truncated' message
diff --git a/print-tcp.c b/print-tcp.c index f356a44..c504d63 100644 --- a/print-tcp.c +++ b/print-tcp.c
@@ -183,7 +183,7 @@ ch = '\0'; if (!ND_TTEST_2(tp->th_dport)) { if (ip6) { - ND_PRINT("%s > %s: ", + ND_PRINT("%s > %s: [|tcp]", ip6addr_string(ndo, ip6->ip6_src), ip6addr_string(ndo, ip6->ip6_dst)); } else {