Dev9ghzdrk: MAC updated to work with XLink 7.4.32

This commit is contained in:
Daniel Nowak 2018-12-25 14:43:57 -05:00 committed by lightningterror
parent a020c98421
commit b3006e2a6a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define PCAP_NETMASK_UNKNOWN 0xffffffff
#endif
mac_address virtual_mac = { 0x00,0x24,0x8D,0x63, 0x30, 0x31 }; // first three recognized by Xlink as Sony PS2
mac_address virtual_mac = { 0x00,0x04,0x1F,0x82, 0x30, 0x31 }; // first three recognized by Xlink as Sony PS2
mac_address broadcast_mac = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
pcap_t *adhandle;