aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldp.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-13 20:20:34 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-13 20:20:34 +0000
commitd95c0ac8c25d060c044473e93bfff97673063f23 (patch)
tree1c97ca189aa1a9b86f0418136a7bab4ff7f55428 /packet-ldp.h
parentfa79325be02d98686c130e6bc3eebfab39379e9f (diff)
From Carlos Pignataro: Add MPLS Echo support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10876 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ldp.h')
-rw-r--r--packet-ldp.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/packet-ldp.h b/packet-ldp.h
new file mode 100644
index 0000000000..46244db517
--- /dev/null
+++ b/packet-ldp.h
@@ -0,0 +1,34 @@
+/* packet-ldp.h
+ * Declarations of exported routines from LDP dissector
+ * Copyright 2004, Carlos Pignataro <cpignata@cisco.com>
+ *
+ * $Id: packet-ldp.h,v 1.1 2004/05/13 20:20:34 gerald Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_LDP_H_
+#define __PACKET_LDP_H__
+
+/*
+ * Used by MPLS Echo dissector as well.
+ */
+extern const enum_val_t fec_vc_types_vals[];
+
+#endif