"Loris Degioanni" wrote: > > But trying to write it back only setting the NDIS_MAC_OPTION_NO_LOOPBACK > > (0x80) bit, gives an error 23 (ERROR_CRC). Any idea why? Or is not > possible > > to do from a user-app at all? > > 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: 0x00010101 - OID_GEN_SUPPORTED_LIST 0x00010102 - OID_GEN_HARDWARE_STATUS 0x00010103 - OID_GEN_MEDIA_SUPPORTED 0x00010104 - OID_GEN_MEDIA_IN_USE 0x00010105 - OID_GEN_MAXIMUM_LOOKAHEAD 0x00010106 - OID_GEN_MAXIMUM_FRAME_SIZE 0x00010111 - OID_GEN_MAXIMUM_TOTAL_SIZE 0x00010113 - OID_GEN_MAC_OPTIONS !! <<< 0x00010112 - OID_GEN_PROTOCOL_OPTIONS 0x00010107 - OID_GEN_LINK_SPEED 0x00010108 - OID_GEN_TRANSMIT_BUFFER_SPACE 0x00010109 - OID_GEN_RECEIVE_BUFFER_SPACE 0x0001010A - OID_GEN_TRANSMIT_BLOCK_SIZE 0x0001010B - OID_GEN_RECEIVE_BLOCK_SIZE 0x0001010D - OID_GEN_VENDOR_DESCRIPTION 0x0001010C - OID_GEN_VENDOR_ID 0x00010110 - OID_GEN_DRIVER_VERSION 0x0001010E - OID_GEN_CURRENT_PACKET_FILTER 0x0001010F - OID_GEN_CURRENT_LOOKAHEAD 0x00020101 - OID_GEN_XMIT_OK 0x00020102 - OID_GEN_RCV_OK 0x00020103 - OID_GEN_XMIT_ERROR 0x0002020D - OID_GEN_RCV_CRC_ERROR 0x00020104 - OID_GEN_RCV_ERROR 0x00020105 - OID_GEN_RCV_NO_BUFFER 0x01010101 - OID_802_3_PERMANENT_ADDRESS 0x01010102 - OID_802_3_CURRENT_ADDRESS 0x01010103 - OID_802_3_MULTICAST_LIST 0x01010104 - OID_802_3_MAXIMUM_LIST_SIZE 0x01020101 - OID_802_3_RCV_ERROR_ALIGNMENT 0x01020102 - OID_802_3_XMIT_ONE_COLLISION 0x01020103 - OID_802_3_XMIT_MORE_COLLISIONS 0x00010115 - OID_GEN_MAXIMUM_SEND_PACKETS 0x00010116 - OID_GEN_VENDOR_DRIVER_VERSION 0x00010114 - OID_GEN_MEDIA_CONNECT_STATUS 0xFC010201 - OID_TCP_TASK_OFFLOAD 0xFD010100 - OID_PNP_CAPABILITIES 0xFD010101 - OID_PNP_SET_POWER 0xFD010102 - OID_PNP_QUERY_POWER 0xFD010103 - OID_PNP_ADD_WAKE_UP_PATTERN 0xFD010104 - OID_PNP_REMOVE_WAKE_UP_PATTERN 0xFD010106 - OID_PNP_ENABLE_WAKE_UP And Query For OID_GEN_MAC_OPTIONS (0x00010113) On Realtek RTL8139 Family PCI Fast Ethernet-kort 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. --gv ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
