aboutsummaryrefslogtreecommitdiffstats
path: root/epan/arptypes.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-12-16 21:04:08 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-12-16 21:04:08 +0000
commite29ba5decf48f9adb9736c64a257ea58745efdd0 (patch)
treee2a0e768948ea1b8f2e441d785e55a139fc5b46e /epan/arptypes.h
parent67261c278cb7a393a3d380f2436e1d46d62654ea (diff)
From Timo Teras:
The attached patch checks sll_hatype field type and if suggest capture on GRE interface, the packet will be dissected using GRE dissector table. Also prints physical addresses with length 4 as IPv4 addresses. This fixes bug 2105. svn path=/trunk/; revision=23892
Diffstat (limited to 'epan/arptypes.h')
-rw-r--r--epan/arptypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/arptypes.h b/epan/arptypes.h
index e57858a3f2..456e3854f9 100644
--- a/epan/arptypes.h
+++ b/epan/arptypes.h
@@ -65,6 +65,9 @@ extern "C" {
#define ARPHRD_TWINAX 26 /* Twinaxial */
#define ARPHRD_EUI_64 27 /* EUI-64 */
+/* Virtual ARP types for non ARP hardware used in Linux cooked mode. */
+#define ARPHRD_IPGRE 778 /* GRE over IP */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */