X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/09533cc93e80af2b5e100455513968dab6585e1d..1fb50928ce27360c1c987312774f686b23c69b51:/udp.h diff --git a/udp.h b/udp.h index 825b2ded..409cc59e 100644 --- a/udp.h +++ b/udp.h @@ -98,7 +98,7 @@ struct udphdr { #ifndef APPLETALK_ECHO #define APPLETALK_ECHO 204 /*XXX*/ #endif -#ifndef APPLETALK_ZONE_INFO_PORT +#ifndef APPLETALK_ZONE_INFO_PORT #define APPLETALK_ZONE_INFO_PORT 206 /*XXX*/ #endif #ifndef LDAP_PORT @@ -200,6 +200,9 @@ struct udphdr { #ifndef RADIUS_ACCOUNTING_PORT #define RADIUS_ACCOUNTING_PORT 1646 #endif +#ifndef RADIUS_CISCO_COA_PORT +#define RADIUS_CISCO_COA_PORT 1700 +#endif #ifndef L2TP_PORT #define L2TP_PORT 1701 /*XXX*/ #endif @@ -237,17 +240,20 @@ struct udphdr { #define SUBVERSION_PORT 3690 /*XXX*/ #endif #ifndef BFD_CONTROL_PORT -#define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ +#define BFD_CONTROL_PORT 3784 /* RFC 5881 */ #endif #ifndef BFD_ECHO_PORT -#define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ +#define BFD_ECHO_PORT 3785 /* RFC 5881 */ #endif #ifndef RADIUS_COA_PORT -#define RADIUS_COA_PORT 3799 /*XXX*/ +#define RADIUS_COA_PORT 3799 /* RFC 5176 */ #endif #ifndef NFS_LOCK_DAEMON_PORT #define NFS_LOCK_DAEMON_PORT 4045 /*XXX*/ #endif +#ifndef LISP_CONTROL_PORT +#define LISP_CONTROL_PORT 4342 /* RFC 6830 */ +#endif #ifndef ISAKMP_PORT_NATT #define ISAKMP_PORT_NATT 4500 /* rfc3948 */ #endif @@ -257,6 +263,9 @@ struct udphdr { #ifndef VXLAN_PORT #define VXLAN_PORT 4789 /* RFC 7348 */ #endif +#ifndef VXLAN_GPE_PORT +#define VXLAN_GPE_PORT 4790 /* draft-ietf-nvo3-vxlan-gpe-01 */ +#endif #ifndef SIP_DS_PORT #define SIP_DS_PORT 5059 /*XXX*/ #endif @@ -290,6 +299,9 @@ struct udphdr { #ifndef ISAKMP_PORT_USER1 #define ISAKMP_PORT_USER1 7500 /*XXX - nonstandard*/ #endif +#ifndef HNCP_PORT +#define HNCP_PORT 8231 /* RFC 7788 */ +#endif #ifndef OTV_PORT #define OTV_PORT 8472 /* draft-hasmit-otv-04 */ #endif