]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
bgp: Parse BGP extended message support capability
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index c6eb873e0a329fc2a7308bb8e7f82150b9a0759a..4f6fa3806b48e832e1768a993b8374633c178150 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -216,7 +216,7 @@ struct udphdr {
 #define BABEL_PORT_OLD                 6697    /* RFC 6126 */
 #endif
 #ifndef BFD_LAG_PORT
-#define BFD_LAG_PORT                   6784    /* RFC 7310 */
+#define BFD_LAG_PORT                   6784    /* RFC 7130 */
 #endif
 #ifndef SBFD_PORT
 #define SBFD_PORT                      7784    /* SBFD RFC 7880 */
@@ -251,3 +251,6 @@ struct udphdr {
 #ifndef SOMEIP_PORT
 #define SOMEIP_PORT                    30490   /* https://www.autosar.org/standards/foundation */
 #endif
+#ifndef HTTPS_PORT
+#define        HTTPS_PORT                      443
+#endif