Added support for the Link Management Protocol (LMP), used for optical

signalling and Generalized MPLS. This commit contains code for the
protocol version described in draft-ietf-ccamp-lmp-03.txt.

svn path=/trunk/; revision=5138
This commit is contained in:
Ashok Narayanan 2002-04-10 22:00:49 +00:00
parent 86a0e134e0
commit 60fae99640
2 changed files with 1460 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.417 2002/04/08 09:44:40 guy Exp $
# $Id: Makefile.am,v 1.418 2002/04/10 22:00:49 ashokn Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -176,6 +176,7 @@ DISSECTOR_SRC = \
packet-ldp.c \
packet-llc.c \
packet-lmi.c \
packet-lmp.c \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \

1458
packet-lmp.c Normal file

File diff suppressed because it is too large Load Diff