> > Is the OID both read and write? Is it mondatory or optional?
> 
> Not sure what you mean, but OIDscope (by PCAUSA) returns these 
> commands in response to the OID_GEN_SUPPORTED_LIST:

How can I check if an OID is read-only?

> 143 (0x0000008F)
> 
> My attempt gave 0x97?? But querying for
> OID_GEN_PROTOCOL_OPTIONS, hung OIDscope. So
> I don't really trust much of what it reports.

Ah, found it. Bit 0x10 is Full-duplex and my adapter appearantly
goes in and out of full-duplex when it feels like it. Is that a sign of
trouble?

The NtDDNdis.h in latest WinPcap is not up-to-date. I found these
extra defs in MS's version:

#define NDIS_MAC_OPTION_FULL_DUPLEX                     0x00000010
#define NDIS_MAC_OPTION_EOTX_INDICATION                 0x00000020
#define NDIS_MAC_OPTION_8021P_PRIORITY                  0x00000040
#define NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE  0x00000080
#define NDIS_MAC_OPTION_RECEIVE_AT_DPC                  0x00000100
#define NDIS_MAC_OPTION_8021Q_VLAN                      0x00000200
#define NDIS_MAC_OPTION_RESERVED                        0x80000000

Probably a lot more to be added. I just checked the bits I needed.

--gv




==================================================================
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to