X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/64e8f9a9ed91a3cbfa8e66367f87ef50a1d62b99..a63600a1fc28dbc7ae7ce9f996829c49a25fb33c:/udp.h diff --git a/udp.h b/udp.h index 70d3315a..9c04d23d 100644 --- a/udp.h +++ b/udp.h @@ -78,7 +78,7 @@ struct udphdr { #define SNMPTRAP_PORT 162 /*XXX*/ #endif #ifndef PTP_EVENT_PORT -#define PTP_EVENT_PORT 319 /* IANA */ +#define PTP_EVENT_PORT 319 /* IANA */ #endif #ifndef PTP_GENERAL_PORT #define PTP_GENERAL_PORT 320 /* IANA */ @@ -216,7 +216,10 @@ struct udphdr { #define BABEL_PORT_OLD 6697 /* RFC 6126 */ #endif #ifndef BFD_LAG_PORT -#define BFD_LAG_PORT 6784 /* RFC 7310 */ +#define BFD_LAG_PORT 6784 /* RFC 7130 */ +#endif +#ifndef SBFD_PORT +#define SBFD_PORT 7784 /* SBFD RFC 7880 */ #endif #ifndef RX_PORT_LOW #define RX_PORT_LOW 7000 /*XXX*/ @@ -248,3 +251,6 @@ struct udphdr { #ifndef SOMEIP_PORT #define SOMEIP_PORT 30490 /* https://www.autosar.org/standards/foundation */ #endif +#ifndef HTTPS_PORT +#define HTTPS_PORT 443 +#endif