aboutsummaryrefslogtreecommitdiffstats
path: root/epan/arptypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-12-27 14:30:46 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-12-27 14:30:46 +0000
commit5f96568834b9dd462d22e43fada17d84b3b82145 (patch)
tree6e575c18d285e2783b7ee49e891af6d0fe8df576 /epan/arptypes.h
parent0f486eb4796cf7a689d3e129f9069702b6ce346c (diff)
Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/
svn path=/trunk/; revision=27120
Diffstat (limited to 'epan/arptypes.h')
-rw-r--r--epan/arptypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/arptypes.h b/epan/arptypes.h
index 456e3854f9..c10cb060d0 100644
--- a/epan/arptypes.h
+++ b/epan/arptypes.h
@@ -64,6 +64,14 @@ extern "C" {
#define ARPHRD_MAPOS 25 /* MAPOS */
#define ARPHRD_TWINAX 26 /* Twinaxial */
#define ARPHRD_EUI_64 27 /* EUI-64 */
+#define ARPHRD_HIPARP 28 /* HIPARP */
+#define ARPHRD_IP_ARP_ISO_7816_3 29 /* IP and ARP over ISO 7816-3 */
+#define ARPHRD_ARPSEC 30 /* ARPSec */
+#define ARPHRD_IPSEC_TUNNEL 31 /* IPsec tunnel */
+#define ARPHRD_INFINIBAND 32 /* InfiniBand */
+#define ARPHRD_TIA_102_PRJ_25_CAI 33 /* TIA-102 Project 25 CAI */
+#define ARPHRD_WIEGAND_INTERFACE 34 /* Wiegand Interface */
+#define ARPHRD_PURE_IP 35 /* Pure IP */
/* Virtual ARP types for non ARP hardware used in Linux cooked mode. */
#define ARPHRD_IPGRE 778 /* GRE over IP */