X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/91573678a1da9c6a7dbb9ddf0b1cd6e398fa4013..2d02497b02b040bd885825dba9230f86a8ffce0e:/tcp.h diff --git a/tcp.h b/tcp.h index 24739622..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) */ @@ -154,3 +155,6 @@ struct tcphdr { #ifndef BEEP_PORT #define BEEP_PORT 10288 #endif +#ifndef REDIS_PORT +#define REDIS_PORT 6379 +#endif