aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 22:46:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 22:46:42 +0000
commitf43349a76a6fce6dbdf67a29af32647afaa2ed5c (patch)
tree9394f52b3c4949923ec2ddc16553439d9161d3e8 /epan/dissectors/packet-gre.h
parent54834cfccef50cb859ae79ec98778bcb02fd3fbb (diff)
For captures on a Linux GRE interface, put a field into the protocol
tree with the GRE protocol type value. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23894 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gre.h')
-rw-r--r--epan/dissectors/packet-gre.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gre.h b/epan/dissectors/packet-gre.h
new file mode 100644
index 0000000000..e5c9c57b6e
--- /dev/null
+++ b/epan/dissectors/packet-gre.h
@@ -0,0 +1,26 @@
+/* packet-gre.h
+ * Routines and data exported by the dissection code for the
+ * Generic Routing Encapsulation (GRE) protocol
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * 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.
+ */
+
+extern const value_string gre_typevals[];