]> The Tcpdump Group git mirrors - tcpdump/commitdiff
UDP: Fix two macro names in the header file
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 5 Nov 2023 20:31:53 +0000 (21:31 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 5 Nov 2023 20:33:54 +0000 (21:33 +0100)
udp.h

diff --git a/udp.h b/udp.h
index 9694e477697d5d26527e10d13942e135f86fa079..03df5e6e36c78fee5a909570f751f90a859aaf8f 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -113,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
@@ -155,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