mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
9 lines
188 B
C++
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;
|