aboutsummaryrefslogtreecommitdiffstats
path: root/epan/arptypes.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-27Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/Jaap Keuter1-0/+8
svn path=/trunk/; revision=27120
2007-12-16From Timo Teras:Stig Bjørlykke1-0/+3
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
2007-01-18PutGuy Harris1-0/+8
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. svn path=/trunk/; revision=20485
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris1-0/+64
vendor-name-and-next-three-bytes-in-hex) resolution for Ethernet/802.x hardware addresses. Move the ARP hardware types into a header file, for use by dissectors other than the ARP dissector. svn path=/trunk/; revision=12839