X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a11ed8914ecf386afa79cb94a46d4df6182eedd7..4c2790a43252b9cac1fe7f6b50b51c3c55d2370a:/tcp.h diff --git a/tcp.h b/tcp.h index 757bfd86..45fc21c0 100644 --- a/tcp.h +++ b/tcp.h @@ -83,6 +83,9 @@ struct tcphdr { #define TCPOLEN_SIGNATURE 18 #define TCP_SIGLEN 16 /* length of an option 19 digest */ #define TCPOPT_AUTH 20 /* Enhanced AUTH option */ +#define TCPOPT_UTO 28 /* tcp user timeout (rfc5482) */ +#define TCPOLEN_UTO 4 + #define TCPOPT_TSTAMP_HDR \ (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP) @@ -102,6 +105,7 @@ struct tcphdr { #define NFS_PORT 2049 #endif #define MSDP_PORT 639 +#define RPKI_RTR_PORT 2222 /* experimental up until sidr-wg registers a well-known port */ #define LDP_PORT 646 #ifndef SMB_PORT #define SMB_PORT 445