Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ieee-float.h packet-mpls.c packet-mpls.h
ashokn 2000/03/09 12:31:57 CST
Modified files:
. AUTHORS Makefile.am Makefile.nmake
ethertype.c etypes.h packet-ospf.c
packet-ospf.h packet-rsvp.c
Added files:
. ieee-float.h packet-mpls.c packet-mpls.h
Log:
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
Revision Changes Path
1.89 +2 -0 ethereal/AUTHORS
1.175 +3 -1 ethereal/Makefile.am
1.20 +1 -0 ethereal/Makefile.nmake
1.28 +7 -1 ethereal/ethertype.c
1.13 +9 -1 ethereal/etypes.h
1.20 +259 -4 ethereal/packet-ospf.c
1.7 +9 -1 ethereal/packet-ospf.h
1.15 +502 -134 ethereal/packet-rsvp.c