diff options
author | Ashok Narayanan <ashokn@cisco.com> | 2000-03-09 18:31:51 +0000 |
---|---|---|
committer | Ashok Narayanan <ashokn@cisco.com> | 2000-03-09 18:31:51 +0000 |
commit | 519161968a99f0b6a73b76f1cbcf87d29533c580 (patch) | |
tree | 1299e821df881bb9008b1c69860edc62466ef7f4 /Makefile.nmake | |
parent | fafc03d37e64f2311beaa8f77b79422a9542a54b (diff) | |
download | wireshark-519161968a99f0b6a73b76f1cbcf87d29533c580.tar.gz wireshark-519161968a99f0b6a73b76f1cbcf87d29533c580.tar.bz2 wireshark-519161968a99f0b6a73b76f1cbcf87d29533c580.zip |
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.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index d98b8c05eb..3b4ecb5348 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -66,6 +66,7 @@ DISSECTOR_OBJECTS = \ packet-lpd.obj \ packet-mapi.obj \ packet-mount.obj \ + packet-mpls.obj \ packet-nbipx.obj \ packet-nbns.obj \ packet-ncp.obj \ |