summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eigrp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-eigrp.h')
-rw-r--r--epan/dissectors/packet-eigrp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/epan/dissectors/packet-eigrp.h b/epan/dissectors/packet-eigrp.h
new file mode 100644
index 00000000..b9983357
--- /dev/null
+++ b/epan/dissectors/packet-eigrp.h
@@ -0,0 +1,16 @@
+/* packet-eigrp.h
+ * Routines for EIGRP dissection
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __PACKET_EIGRP_H_
+#define __PACKET_EIGRP_H_
+
+extern const value_string eigrp_proto2string[];
+
+#endif