[tcpdump-workers] Unknown Ntddndis.h values

2006-08-19 Thread Gisle Vanem

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.


Re: [tcpdump-workers] Unknown Ntddndis.h values

2006-08-19 Thread Loris Degioanni
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.