X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fc213645d4399c986f1ce3d55e113828e73ee49d..ebb51ef0e725737ca8c1d618da6527a58660d2bf:/tcp.h diff --git a/tcp.h b/tcp.h index 02df6295..912b5e82 100644 --- a/tcp.h +++ b/tcp.h @@ -81,9 +81,10 @@ struct tcphdr { #define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */ #define TCPOLEN_SIGNATURE 18 #define TCP_SIGLEN 16 /* length of an option 19 digest */ -#define TCPOPT_AUTH 20 /* Enhanced AUTH option */ +#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_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) */