X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/dcae3b01d76f9a040f2a6e3d2c861c25c2d60a73..refs/pull/1034/head:/print-mptcp.c diff --git a/print-mptcp.c b/print-mptcp.c index de12f30e..f9663cf6 100644 --- a/print-mptcp.c +++ b/print-mptcp.c @@ -250,7 +250,7 @@ mp_capable_print(netdissect_options *ndo, ND_PRINT(" Unknown Version (%u)", version); return 1; } - + ND_PRINT(" flags [%s]", bittok2str_nosep(mp_capable_flags, "none", GET_U_1(mpc->flags)));