]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
gre: add support for MikroTik Ethernet-over-IP hack.
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index 7cac1a8fbfd22663a8addfd1b6f29d8aca9d40ef..9c04d23d672a013cfe8b018beb3c525c4d488ce1 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -77,8 +77,11 @@ struct udphdr {
 #ifndef SNMPTRAP_PORT
 #define SNMPTRAP_PORT                  162     /*XXX*/
 #endif
-#ifndef APPLETALK_ECHO
-#define APPLETALK_ECHO                 204     /*XXX*/
+#ifndef PTP_EVENT_PORT
+#define PTP_EVENT_PORT                 319 /* IANA */
+#endif
+#ifndef PTP_GENERAL_PORT
+#define PTP_GENERAL_PORT               320 /* IANA */
 #endif
 #ifndef CISCO_AUTORP_PORT
 #define CISCO_AUTORP_PORT              496     /*XXX*/
@@ -122,9 +125,6 @@ struct udphdr {
 #ifndef LWRES_PORT
 #define LWRES_PORT                     921     /*XXX*/
 #endif
-#ifndef MS_SQL_SERVER_MONITOR
-#define MS_SQL_SERVER_MONITOR          1434    /*XXX*/
-#endif
 #ifndef VQP_PORT
 #define VQP_PORT                       1589    /*XXX*/
 #endif
@@ -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
@@ -179,6 +182,9 @@ struct udphdr {
 #ifndef WB_PORT
 #define WB_PORT                                4567
 #endif
+#ifndef BFD_MULTIHOP_PORT
+#define BFD_MULTIHOP_PORT              4784    /* RFC 5883 */
+#endif
 #ifndef VXLAN_PORT
 #define VXLAN_PORT                     4789    /* RFC 7348 */
 #endif
@@ -198,7 +204,10 @@ struct udphdr {
 #define GENEVE_PORT                    6081    /* draft-gross-geneve-02 */
 #endif
 #ifndef SFLOW_PORT
-#define SFLOW_PORT                     6343    /* http://www.sflow.org/developers/specifications.php */
+#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 */
@@ -206,6 +215,12 @@ struct udphdr {
 #ifndef BABEL_PORT_OLD
 #define BABEL_PORT_OLD                 6697    /* RFC 6126 */
 #endif
+#ifndef BFD_LAG_PORT
+#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*/
 #endif
@@ -230,3 +245,12 @@ struct udphdr {
 #ifndef LWAPP_CONTROL_PORT
 #define LWAPP_CONTROL_PORT             12223   /* RFC 5412 */
 #endif
+#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