]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mptcp.c
CI: Introduce and use TCPDUMP_CMAKE_TAINTED
[tcpdump] / print-mptcp.c
index 4ece92899da34a4b8c60caf89ee05ee4e4e4fba6..7ffb1f51a4c65c456541d48ac55c2e5204c3509c 100644 (file)
@@ -478,6 +478,8 @@ mptcp_print(netdissect_options *ndo,
         subtype = MPTCP_OPT_SUBTYPE(GET_U_1(opt->sub_etc));
         subtype = ND_MIN(subtype, MPTCP_SUB_FCLOSE + 1);
 
+        ND_PRINT(" %u", len);
+
         ND_PRINT(" %s", mptcp_options[subtype].name);
         return mptcp_options[subtype].print(ndo, cp, len, flags);
 }