]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
CVE-2017-5485/add the test case
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index 264a938ac24834562179c5ff4f576a30c03de0f4..409cc59e45eea976173b2d0ea14a0ac27c4c9871 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -240,10 +240,10 @@ 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    /* RFC 5176 */
@@ -299,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