GoodbyeDPI/src
ValdikSS 27a6d256f0 Handle HTTP GET and POST in packets larger than --max-payload
If --max-payload 1200 is used and there's HTTP request with lots of cookies
which exceed 1200 bytes in size, this packet would have been skipped as
'too large', and the circumvention won't be applied.
Fix this by checking for "GET " or "POST" in the beginning of the packet
regardless of its size.
2022-03-21 15:17:27 +03:00
..
utils Update uthash to 2.3.0 2021-12-27 06:58:20 +03:00
Makefile Ensure the resource file to be compiled before linking 2021-12-30 03:45:20 +03:00
blackwhitelist.c Fix all types and warnings 2021-12-28 00:31:47 +03:00
blackwhitelist.h Integers fixes (with small modifications), closes #84 2019-01-03 19:31:32 +03:00
dnsredir.c Fix all types and warnings 2021-12-28 00:31:47 +03:00
dnsredir.h Automatic TTL value picker for --set-ttl Fake Packet mode 2021-12-25 12:24:25 +03:00
fakepackets.c Initial support for WinDivert 2.0+ 2022-01-03 21:23:40 +03:00
fakepackets.h New Fake Packet circumvention method: wrong SEQ/ACK numbers 2021-12-25 11:55:26 +03:00
goodbyedpi-rc.rc Move program source code to src directory 2018-02-17 15:22:38 +03:00
goodbyedpi.c Handle HTTP GET and POST in packets larger than --max-payload 2022-03-21 15:17:27 +03:00
goodbyedpi.exe.manifest Move program source code to src directory 2018-02-17 15:22:38 +03:00
goodbyedpi.h Fake Request Mode 2019-10-31 22:36:12 +03:00
icon.ico Move program source code to src directory 2018-02-17 15:22:38 +03:00
service.c Change argument order for calloc() 2022-02-18 11:05:44 +07:00
service.h Move program source code to src directory 2018-02-17 15:22:38 +03:00
ttltrack.c Add Fake Packet maximum TTL limit to Auto TTL mode 2021-12-29 02:05:39 +03:00
ttltrack.h Add Fake Packet maximum TTL limit to Auto TTL mode 2021-12-29 02:05:39 +03:00