From: Alexis La Goutte Date: Mon, 4 Feb 2013 13:41:52 +0000 (+0100) Subject: The port for RPKI-RTR (RFC6810) is now official (TCP Port 323) X-Git-Tag: tcpdump-4.4.0~2^2~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/3e75d63a7765de118d1cf71b43b10637d78e89a0 The port for RPKI-RTR (RFC6810) is now official (TCP Port 323) --- diff --git a/tcp.h b/tcp.h index 45fc21c0..92d505ae 100644 --- a/tcp.h +++ b/tcp.h @@ -105,7 +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 RPKI_RTR_PORT 323 #define LDP_PORT 646 #ifndef SMB_PORT #define SMB_PORT 445