Files
netch/Redirector/IPEventHandler.h
2021-07-19 10:50:14 +08:00

12 lines
279 B
C

#pragma once
#ifndef IPEVENTHANDLER_H
#define IPEVENTHANDLER_H
#include <Windows.h>
#include <nfapi.h>
void ipSend(const char* buffer, int length, PNF_IP_PACKET_OPTIONS options);
void ipReceive(const char* buffer, int length, PNF_IP_PACKET_OPTIONS options);
#endif