mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 10:04:05 +08:00
UDP: Fix two macro names in the header file
This commit is contained in:
parent
3f975fe638
commit
c1db7c9eb7
4
udp.h
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user