oh well.
This commit is contained in:
parent
6743ea0639
commit
2340be886c
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue