X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fdd065fb0f505ca6d0396b144878581d56983018..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-mptcp.c?ds=sidebyside diff --git a/print-mptcp.c b/print-mptcp.c index c2d61e15..cf01d9c9 100644 --- a/print-mptcp.c +++ b/print-mptcp.c @@ -464,7 +464,7 @@ mptcp_print(netdissect_options *ndo, opt = (const struct mptcp_option *) cp; ND_TCHECK_SIZE(opt); - subtype = min(MPTCP_OPT_SUBTYPE(opt->sub_etc), MPTCP_SUB_FCLOSE + 1); + subtype = ND_MIN(MPTCP_OPT_SUBTYPE(opt->sub_etc), MPTCP_SUB_FCLOSE + 1); ND_PRINT(" %s", mptcp_options[subtype].name); return mptcp_options[subtype].print(ndo, cp, len, flags);