1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Add ARP_HRD_IEEE80211_PRISM identifier

This commit is contained in:
dmiller
2015-01-27 02:31:11 +00:00
parent b56c734530
commit 17a5e77e0a
4 changed files with 59 additions and 25 deletions

View File

@@ -42,6 +42,7 @@ struct arp_hdr {
#define ARP_HRD_INFINIBAND 0x0020 /* InfiniBand */
#define ARP_HRD_APPLETALK 0x0309 /* AppleTalk DDP */
#define ARP_HDR_IEEE80211 0x0321 /* IEEE 802.11 */
#define ARP_HRD_IEEE80211_PRISM 0x0322 /* IEEE 802.11 + prism header */
#define ARP_HRD_IEEE80211_RADIOTAP 0x0323 /* IEEE 802.11 + radiotap header */
#define ARP_HRD_VOID 0xFFFF /* Void type, nothing is known */