]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
bgp: Parse BGP extended message support capability
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index 0ac63387abee8ce29df321e6af4a9d45beb97690..4f6fa3806b48e832e1768a993b8374633c178150 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -161,6 +161,9 @@ struct udphdr {
 #ifndef MPLS_LSP_PING_PORT
 #define MPLS_LSP_PING_PORT             3503    /* draft-ietf-mpls-lsp-ping-02.txt */
 #endif
+#ifndef BCM_LI_PORT
+#define BCM_LI_PORT                    49152   /* SDK default */
+#endif
 #ifndef BFD_CONTROL_PORT
 #define BFD_CONTROL_PORT               3784    /* RFC 5881 */
 #endif
@@ -203,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
@@ -210,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*/
@@ -239,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 HTTPS_PORT
+#define        HTTPS_PORT                      443
+#endif