X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6be3de14f58671b4d2ada2bf7d057de7308195a7..823644a72dfde7f127d127a299d4dde30412e21c:/udp.h diff --git a/udp.h b/udp.h index ca6836fa..184947a4 100644 --- a/udp.h +++ b/udp.h @@ -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