X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2857c0bdedc139aa35919b6823772862c228c3c1..2d02497b02b040bd885825dba9230f86a8ffce0e:/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) */