]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TCP: Add a missing extension string
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 1 Oct 2023 07:15:40 +0000 (09:15 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 1 Oct 2023 07:38:27 +0000 (09:38 +0200)
Note: This extention and a few others are obsolete and were moved to
Historic Status by RFC 6247.

It's a follow-up to 9427d40c14077527b18af1bedeae39457b2981fe.

print-tcp.c

index f9dfbb7cbc4739a5a9ea82ea70a4d702dfbc374c..4f91b7622805dfb89a6d4c2d85aa49125220ac9b 100644 (file)
@@ -128,7 +128,7 @@ static const struct tok tcp_option_values[] = {
         { TCPOPT_TIMESTAMP, "TS" },
         { TCPOPT_CC, "cc" },
         { TCPOPT_CCNEW, "ccnew" },
-        { TCPOPT_CCECHO, "" },
+        { TCPOPT_CCECHO, "ccecho" },
         { TCPOPT_SIGNATURE, "md5" },
         { TCPOPT_SCPS, "scps" },
         { TCPOPT_UTO, "uto" },