From 31c67f8a03e704912f11e9c4972b53efe6595e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 18 Jul 2010 16:01:11 +0000 Subject: Added some ARP options from RFC 5494. svn path=/trunk/; revision=33568 --- epan/arptypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/arptypes.h') diff --git a/epan/arptypes.h b/epan/arptypes.h index c10cb060d0..6f5fc2d0dd 100644 --- a/epan/arptypes.h +++ b/epan/arptypes.h @@ -72,6 +72,9 @@ extern "C" { #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 */ +#define ARPHDR_HW_EXP1 36 /* HW_EXP1 */ +#define ARPHDR_HFI 37 /* HFI */ +#define ARPHDR_HW_EXP2 256 /* HW_EXP2 */ /* Virtual ARP types for non ARP hardware used in Linux cooked mode. */ #define ARPHRD_IPGRE 778 /* GRE over IP */ -- cgit v1.2.3