1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-05 15:35:19 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2020-02-17 12:33:45 -05:00
parent 2b1c0bc566
commit 5b1cf1b921
4 changed files with 16 additions and 4 deletions

View File

@@ -1389,7 +1389,7 @@ struct _PACKET_OID_DATA {
};
typedef struct _PACKET_OID_DATA PACKET_OID_DATA, *PPACKET_OID_DATA;
typedef void **LPADAPTER;
#define OID_802_3_CURRENT_ADDRESS 0x01010102 /* Extracted from ntddmdis.h */
#define OID_802_3_CURRENT_ADDRESS 0x01010102 /* Extracted from ntddndis.h */
static int pcap_mac_if_win32(const char *AdapterName, unsigned char MACAddress[6])
{