]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index cef48b2d75c626e3456ca99a27c4eb285e9734f8..03df5e6e36c78fee5a909570f751f90a859aaf8f 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -77,6 +77,15 @@ struct udphdr {
 #ifndef SNMPTRAP_PORT
 #define SNMPTRAP_PORT                  162     /*XXX*/
 #endif
+#ifndef PTP_EVENT_PORT
+#define PTP_EVENT_PORT                 319     /* IANA */
+#endif
+#ifndef PTP_GENERAL_PORT
+#define PTP_GENERAL_PORT               320     /* IANA */
+#endif
+#ifndef HTTPS_PORT
+#define HTTPS_PORT                     443
+#endif
 #ifndef CISCO_AUTORP_PORT
 #define CISCO_AUTORP_PORT              496     /*XXX*/
 #endif
@@ -104,7 +113,7 @@ struct udphdr {
 #ifndef LDP_PORT
 #define LDP_PORT                       646
 #endif
-#ifndef AQDV_PORT
+#ifndef AODV_PORT
 #define AODV_PORT                      654     /*XXX*/
 #endif
 #ifndef OLSR_PORT
@@ -146,7 +155,7 @@ struct udphdr {
 #ifndef ZEPHYR_SRV_PORT
 #define ZEPHYR_SRV_PORT                        2103    /*XXX*/
 #endif
-#ifndef ZEPHYR_CLI_PORT
+#ifndef ZEPHYR_CLT_PORT
 #define ZEPHYR_CLT_PORT                        2104    /*XXX*/
 #endif
 #ifndef VAT_PORT
@@ -197,6 +206,9 @@ struct udphdr {
 #ifndef SFLOW_PORT
 #define SFLOW_PORT                     6343    /* https://sflow.org/developers/specifications.php */
 #endif
+#ifndef MPLS_PORT
+#define MPLS_PORT                      6635    /* RFC 7510 */
+#endif
 #ifndef BABEL_PORT
 #define BABEL_PORT                     6696    /* RFC 6126 errata */
 #endif
@@ -204,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*/
@@ -233,3 +248,9 @@ struct udphdr {
 #ifndef ZEP_PORT
 #define ZEP_PORT                       17754   /* XXX */
 #endif
+#ifndef SOMEIP_PORT
+#define SOMEIP_PORT                    30490   /* https://www.autosar.org/standards/foundation */
+#endif
+#ifndef BCM_LI_PORT
+#define BCM_LI_PORT                    49152   /* SDK default */
+#endif