aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2000-03-09 18:31:51 +0000
committerAshok Narayanan <ashokn@cisco.com>2000-03-09 18:31:51 +0000
commit519161968a99f0b6a73b76f1cbcf87d29533c580 (patch)
tree1299e821df881bb9008b1c69860edc62466ef7f4 /Makefile.am
parentfafc03d37e64f2311beaa8f77b79422a9542a54b (diff)
Support for MultiProtocol Label Switching (MPLS). The following support
is being added - MPLS Traffic Engineering extensions for RSVP - MPLS-encapsulated IP packets on Ethernet - OSPF Extensions for MPLS (including generic opaque LSA support for OSPF) THe following features will be committed at a later date (if I get around to writing them :-) - Label Distribution Protocol (LDP) - IS-IS Extensions for MPLS svn path=/trunk/; revision=1707
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 89aa4ebad2..55fbf05e21 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.174 2000/03/03 12:00:28 gram Exp $
+# $Id: Makefile.am,v 1.175 2000/03/09 18:31:49 ashokn Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -132,6 +132,8 @@ DISSECTOR_SOURCES = \
packet-mapi.h \
packet-mount.c \
packet-mount.h \
+ packet-mpls.c \
+ packet-mpls.h \
packet-nbipx.c \
packet-nbipx.h \
packet-nbns.c \