This commit is contained in:
Arisotura 2019-02-21 01:21:04 +01:00
parent 6743ea0639
commit 2340be886c
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,6 @@ namespace LAN
typedef struct
{
//pcap_if_t* PCapInterface; // no, this shit shouldn't be exposed here. blarg
char DeviceName[128];
char FriendlyName[128];
char Description[128];
@ -34,6 +33,8 @@ typedef struct
u8 IP_v4[4];
u8 DNS[8][4];
void* Internal;
} AdapterData;