X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9553478d61188ed823452771473b2a5dc54a17a8..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/tcp.h diff --git a/tcp.h b/tcp.h index 1084db9a..912b5e82 100644 --- a/tcp.h +++ b/tcp.h @@ -84,7 +84,7 @@ struct tcphdr { #define TCPOPT_SCPS 20 /* SCPS-TP (CCSDS 714.0-B-2) */ #define TCPOPT_UTO 28 /* tcp user timeout (rfc5482) */ #define TCPOLEN_UTO 4 -#define TCPOPT_AUTH 29 /* Enhanced AUTH option (rfc5925) */ +#define TCPOPT_TCPAO 29 /* TCP authentication option (rfc5925) */ #define TCPOPT_MPTCP 30 /* MPTCP options */ #define TCPOPT_FASTOPEN 34 /* TCP Fast Open (rfc7413) */ #define TCPOPT_EXPERIMENT2 254 /* experimental headers (rfc4727) */