aboutsummaryrefslogtreecommitdiffstats
path: root/epan/arptypes.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-07-18 16:01:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-07-18 16:01:11 +0000
commit31c67f8a03e704912f11e9c4972b53efe6595e55 (patch)
tree5f6086e86db78d00f5b5198f5b21c345f7ceac9f /epan/arptypes.h
parent28006dfb4f93b04ce08b00e435b5c47364587eae (diff)
Added some ARP options from RFC 5494.
svn path=/trunk/; revision=33568
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 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 */