248 Commits (master)
 

Author SHA1 Message Date
ValdikSS 5459181fca
Merge pull request #121 from drogga/patch-1 6 years ago
drogga 23485b67b4
Update README.md 6 years ago
KOLANICH ff4c11a6eb Integers fixes (with small modifications), closes #84 7 years ago
ValdikSS 1c7fe5f843 Use newlines for current options information 6 years ago
ValdikSS 46db057662 Add version number into greeting message 6 years ago
ValdikSS b95c45ee62
Update README.md 7 years ago
ValdikSS 39507e66e0
Update README.md 7 years ago
ValdikSS c4d0ba1297 Skip impostor and loopback packets. Fixes #53. 7 years ago
ValdikSS d6c2b825aa
Update README.md 7 years ago
ValdikSS aad03f2e4a Enable PIE, High Entropy ASLR and add more warnings to Makefile 7 years ago
ValdikSS a028cb01f4 WinDivert 1.4 support 7 years ago
ValdikSS 38b1ff1a92 Fix -f and -e options 7 years ago
ValdikSS 3bd92d67ac
Merge pull request #83 from KOLANICH/editorconfig 7 years ago
KOLANICH 464bbcbb6b Added .editorconfig 7 years ago
ValdikSS 50e70ace76 Handle HTTP redirects within IPv6 Flow Label = 0x00 packets 7 years ago
ValdikSS 135c97ae69 Move program source code to src directory 7 years ago
ValdikSS c377119136 Update README.md 7 years ago
ValdikSS 185a0e0211 Merge branch 'ipv6' into masterv6 7 years ago
ValdikSS 860f483ac3 IPv6 DNS redirection 7 years ago
ValdikSS 3d36127f5b Handle IPv6 packets and prepare for IPv6 DNS redirection 7 years ago
ValdikSS aa28d3e12a Make sure to search DLLs only in safe path, not in current working dir 7 years ago
ValdikSS dc4d0a36d9 Update README.md 7 years ago
ValdikSS cc770d302c Add GoodbyeDPI Github link to the welcome message. 7 years ago
ValdikSS 2e23d93762 New option: --ip-id. Handles additional IP ID numbers of passive DPI. 7 years ago
ValdikSS 14ae107b53 Handle only IP IDs in [0x0; 0xF] (or→and) 7 years ago
ValdikSS 1bdfbb8c45 Move active filter template and passive filter to defines 7 years ago
ValdikSS 5eddb5f18a Fix crash on error (free→LocalFree) and print KB3033929 message 7 years ago
ValdikSS f638e23ab6 Fix build with -DDEBUG 7 years ago
ValdikSS 8e7f4ff505 Properly exclude Teredo 7 years ago
ValdikSS bb8fc64f18 Handle ip.id up to 0xF. 7 years ago
ValdikSS 490525387d Remove unused string 7 years ago
ValdikSS 5e9e1f0eb6 Preliminary IPv6 support. 7 years ago
ValdikSS 3ffce30871 Minor modifications. 7 years ago
ValdikSS eaac2d1a80 Minor service fixes 7 years ago
ValdikSS ccd21a4281 ntohs -> htons (they produce the same output, but still) 7 years ago
ValdikSS 23babdc8fa Windows Service support. 7 years ago
ValdikSS 95765f3ed9 Store fragment_size_message as a pointer 7 years ago
ValdikSS a5b185c2a9 Set proper options if started without arguments 7 years ago
ValdikSS c9cd3ac8c7 Fix signed/unsigned integer comparison warning for HTTP fragmentation 7 years ago
ValdikSS fab9662ac9 Use WinDivert TCP Header structure to change Window Size 7 years ago
ValdikSS a88ab4337e Apply HTTP Persistent fragmentation only for sufficiently large packets 7 years ago
ValdikSS 582503452f Implement TCP fragmentation for HTTP Persistent (keep-alive) sessions. 7 years ago
ValdikSS 03e36b968a Free allocated error message string 7 years ago
ValdikSS 312d2b1d55 Remove unused IPV4_TOTALLEN_OFFSET 7 years ago
ValdikSS 6827b6ad51 Do not add hostnames less than 4 characters long 7 years ago
ValdikSS 60e87f769a Minor modifications 7 years ago
ValdikSS bfed8638e5 Implement blacklist. 7 years ago
ValdikSS 72516c0b2b Add information about --dns-verb option 7 years ago
ValdikSS f11ca2400c Fix memory leak in dnsredir 7 years ago
ValdikSS dd4d6bc5c6 Do not print DNS warnings by default and drop duplicate requests. 7 years ago