take it further

This commit is contained in:
Arisotura
2019-03-04 20:58:13 +01:00
parent 1e108ad7fb
commit 8448e6bea0
2 changed files with 15 additions and 70 deletions

View File

@ -16,7 +16,7 @@
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
// LAN interface. Currently powered by libpcap, may change.
// direct LAN interface. Currently powered by libpcap, may change.
#include <stdio.h>
#include <stdlib.h>
@ -24,7 +24,7 @@
#include <SDL2/SDL.h>
#include <pcap/pcap.h>
#include "Wifi.h"
#include "LAN.h"
#include "LAN_PCap.h"
#include "../Config.h"
#ifdef __WIN32__
@ -55,7 +55,7 @@ DECL_PCAP_FUNC(int, pcap_dispatch, (pcap_t* dev, int num, pcap_handler callback,
DECL_PCAP_FUNC(const u_char*, pcap_next, (pcap_t* dev, struct pcap_pkthdr* hdr), (dev,hdr))
namespace LAN
namespace LAN_PCap
{
const char* PCapLibNames[] =