]> The Tcpdump Group git mirrors - tcpdump/commitdiff
use the offical LMP port number as per rfc4204
authorhannes <hannes>
Thu, 9 Feb 2006 23:34:07 +0000 (23:34 +0000)
committerhannes <hannes>
Thu, 9 Feb 2006 23:34:07 +0000 (23:34 +0000)
udp.h

diff --git a/udp.h b/udp.h
index 7446c37b4401175a5c88f7c5c4e1890fae9c8fbc..6de21246466eb4466cad57f3331a276dcfb0b6ad 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.8 2005-04-06 21:33:28 mcr Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.8.2.1 2006-02-09 23:34:07 hannes Exp $ (LBL) */
 /*
  * Copyright (c) 1982, 1986, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -73,13 +73,13 @@ struct udphdr {
 #define RADIUS_ACCOUNTING_PORT 1646
 #define RADIUS_NEW_ACCOUNTING_PORT 1813
 #define HSRP_PORT 1985         /*XXX*/
+#define LMP_PORT                701 /* rfc4204 */
 #define LWRES_PORT             921
 #define ZEPHYR_SRV_PORT                2103
 #define ZEPHYR_CLT_PORT                2104
 #define MPLS_LSP_PING_PORT      3503 /* draft-ietf-mpls-lsp-ping-02.txt */
 #define BFD_CONTROL_PORT        3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
 #define BFD_ECHO_PORT           3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */
-#define LMP_PORT                49998 /* unofficial - no IANA assignment yet */
 
 #ifdef INET6
 #define RIPNG_PORT 521         /*XXX*/