summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorhannes <hannes>2004-04-19 21:17:13 +0000
committerhannes <hannes>2004-04-19 21:17:13 +0000
commitd89459c923e8e2acc0f69df747ffa91173d322a0 (patch)
tree46f1d6a5bd0657c5e101732254c37df076b09391 /udp.h
parent79811a352895cc0c809cca12b8f9f125a1968824 (diff)
downloadtcpdump-d89459c923e8e2acc0f69df747ffa91173d322a0.tar.gz
add support for the Link Management Protocol (LMP) as per
draft-ietf-ccamp-lmp-10
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/udp.h b/udp.h
index 47badfc7..79e35288 100644
--- a/udp.h
+++ b/udp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.5 2003-10-27 22:44:37 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/udp.h,v 1.6 2004-04-19 21:17:14 hannes Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -76,6 +76,7 @@ struct udphdr {
#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*/