diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:52:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:52:31 +0000 |
commit | 31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d (patch) | |
tree | 99d6c086833d530e5d1d33a8128961f8149843f0 /udp.h | |
parent | Adding upstream version 4.99.4. (diff) | |
download | tcpdump-31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d.tar.xz tcpdump-31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d.zip |
Adding upstream version 4.99.5.upstream/4.99.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -78,10 +78,10 @@ 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 */ +#define PTP_GENERAL_PORT 320 /* IANA */ #endif #ifndef CISCO_AUTORP_PORT #define CISCO_AUTORP_PORT 496 /*XXX*/ @@ -110,7 +110,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 @@ -152,7 +152,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 @@ -161,9 +161,6 @@ 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 @@ -248,3 +245,6 @@ struct udphdr { #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 |