[tcpdump-workers] [PATCH] libpcap: Add datalink-type to match IEEE 802.15.4 ARP hardware type

2010-04-08 Thread Luca Bruno
Since Linux 2.6.30, IEEE 802.15.4 interfaces got assigned a proper ARP hardware type (ARPHRD_IEEE802154 - 804). This patch introduces the relevant code to match it with its own DLT type. There are currently three different types for it, but DLT_IEEE802_15_4 is the safest standard choice. Signed-of

Re: [tcpdump-workers] [PATCH] libpcap: Add datalink-type to match IEEE 802.15.4 ARP hardware type

2010-04-15 Thread Guy Harris
On Apr 8, 2010, at 1:25 PM, Luca Bruno wrote: > Since Linux 2.6.30, IEEE 802.15.4 interfaces got assigned a proper > ARP hardware type (ARPHRD_IEEE802154 - 804). > This patch introduces the relevant code to match it with its own > DLT type. > There are currently three different types for it, but