]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
DNS: Sync types with IANA
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index f88641c809fb0bc8841404f66547df4f8c5171cf..70d3315ae8488dc818a0851368408f0e35e10461 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
@@ -242,3 +245,6 @@ 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