Files
netch/Redirector/Data.cpp
2021-07-19 05:18:27 +08:00

9 lines
188 B
C++

#include "Data.h"
BOOL filterLoopback = FALSE;
BOOL filterICMP = TRUE;
BOOL filterTCP = TRUE;
BOOL filterUDP = TRUE;
USHORT tcpLisn = 0;
USHORT udpLisn = 0;