From: hannes Date: Thu, 9 Feb 2006 23:34:07 +0000 (+0000) Subject: use the offical LMP port number as per rfc4204 X-Git-Tag: tcpdump-3.9.6~21 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2043adc02537f5e50ce1b4001ef3d5e8ba9990a8 use the offical LMP port number as per rfc4204 --- diff --git a/udp.h b/udp.h index 7446c37b..6de21246 100644 --- 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*/