X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/060dd7022db19b46ef474b646a1325b82991b503..refs/pull/435/head:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index 22599b94..bc200e2f 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -596,7 +596,7 @@ tcp_print(netdissect_options *ndo, switch(magic) { case 0xf989: - /* TCP Fast Open: draft-ietf-tcpm-fastopen-04 */ + /* TCP Fast Open: RFC 7413 */ if (datalen == 2) { /* Fast Open Cookie Request */ ND_PRINT((ndo, "tfo cookiereq"));