tcpdump mailing list archives

Re: Unknown <Ntddndis.h> values


From: Loris Degioanni <loris.degioanni () gmail com>
Date: Sat, 19 Aug 2006 09:24:13 -0700

These values are going to be defined in the new version of packet.h that will be released together with WinPcap 4.0beta in a couple of days.

Loris

Gisle Vanem wrote:
The recent pcap-win32.c adds these link types:
 NdisMediumBare80211
 NdisMediumRadio80211

Searching MS and Google came up blank on these. What
values should these have?

IMHO, something like this should be added to the top of pcap-win32.c:

#ifndef NdisMediumBare80211
#define NdisMediumBare80211  10
#endif

#ifndef NdisMediumRadio80211
#define NdisMediumRadio80211 11
#endif

--gv
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.

-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: