aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mpls.h
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 /packet-mpls.h
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 'packet-mpls.h')
-rw-r--r--packet-mpls.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/packet-mpls.h b/packet-mpls.h
new file mode 100644
index 0000000000..3a624f703b
--- /dev/null
+++ b/packet-mpls.h
@@ -0,0 +1,13 @@
+/**********************************************************************
+ *
+ * packet-mpls.h
+ *
+ * (C) Ashok Narayanan <ashokn@cisco.com>
+ *
+ * $Id: packet-mpls.h,v 1.1 2000/03/09 18:31:51 ashokn Exp $
+ *
+ * For license details, see the COPYING file with this distribution
+ *
+ **********************************************************************/
+
+void dissect_mpls(const u_char *, int, frame_data *, proto_tree *);