]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
Avoiding conditional directives that break statements
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index ca6836fa4aee3bac691d6fba7a8c8f58fc5dbac9..0927c6b891c37dd431c0eccf5ab81157b266c5c9 100644 (file)
--- 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
@@ -248,6 +248,9 @@ struct udphdr {
 #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