Skip to content

Commit 62f2953

Browse files
committed
Ignore all RSTs with -p
1 parent 7b66094 commit 62f2953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goodbyedpi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pA
8484
"and udp.Payload[0] >= 0xC0 and udp.Payload32[1b] == 0x01"
8585
#define FILTER_PASSIVE_STRING_TEMPLATE "inbound and ip and tcp and " \
8686
"!impostor and !loopback and " \
87-
"((ip.Id <= 0xF and ip.Id >= 0x0) " IPID_TEMPLATE ") and " \
87+
"(true " IPID_TEMPLATE ") and " \
8888
"(tcp.SrcPort == 443 or tcp.SrcPort == 80) and tcp.Rst and " \
8989
DIVERT_NO_LOCALNETSv4_SRC
9090

0 commit comments

Comments
 (0)