248 Commits (master)
 

Author SHA1 Message Date
R4SAS 30bb1a665a make it more usable with MSYS and linux MinGW both (#48) 7 years ago
ValdikSS 5f231996d4 Fix incorrect host header memmove()s. Fixes #47 7 years ago
ValdikSS 81718f1a53 Small fix for dnsredir 7 years ago
ValdikSS 064cf575b6 Parse DNS packet only when DNS redirection is enabled 7 years ago
ValdikSS a67f42eebc Use defined HOST_MAXLEN 7 years ago
ValdikSS 363b2dca37 Flush DNS cache if --dns-addr is used 7 years ago
ValdikSS 1e8835cfe5 Small fixes 7 years ago
ValdikSS c6c071e35f Update README.md 7 years ago
ValdikSS a182f52207 New experimental feature: UDP DNS redirection 7 years ago
ValdikSS 61e39bc095 New feature: additional processed TCP ports 7 years ago
ValdikSS 9b9be302cb New option "-w": try to find and parse HTTP traffic on all processed ports (not only on port 80) 7 years ago
ValdikSS c7905f0b31 Mix HTTP Host header value 7 years ago
ValdikSS da1e2e8aac Serious refactoring 7 years ago
ValdikSS 87c354addf Update Makefile 8 years ago
ValdikSS 9fa2956065 Calculate checksums even there's no packet modifications. 8 years ago
ValdikSS 2f0429027d Small refactoring 8 years ago
ValdikSS feb03c74c8 Print message of HTTP fragmentation > 2 incompatibility. 8 years ago
ValdikSS 4c13435ee3 Handle Host header after User-Agent header in the HTTP packet. Fixes #29. 8 years ago
ValdikSS ee665ee3bd Search for HTTP methods in fragmented packets with Window Size 1 or 2. Fixes #30. 8 years ago
ValdikSS 00e4964e73 Remove webdav HTTP methods. They are rarely used and less probably filtered. 8 years ago
ValdikSS 2fe377a23f Do not handle traffic from private IP ranges 8 years ago
ValdikSS b74c974235 Print error message if filter initialization fails 8 years ago
ValdikSS 96fb5f9516 Block passive DPI packets only with "Connection: close". Fixes #17. 8 years ago
ValdikSS c1ca4f9804 Merge pull request #10 from beatcracker/patch-1 8 years ago
beatcracker 13261e1a92 Fixed typos 8 years ago
ValdikSS 4387e7c690 Merge pull request #7 from pash7ka/patch-2 8 years ago
Pavel Rubin 08902b9a57 bugfix: wrong config file name 8 years ago
ValdikSS f5ac7c0d67 Change TCP Window Size based on SrcPort, not DstPort. 8 years ago
ValdikSS 2a5e4a071b Create README.md 8 years ago
Pavel Rubin ae3abff0b2 Update README.md 8 years ago
ValdikSS d9e27f193c Reimplement -s option to fix unACKed data 8 years ago
ValdikSS c721ab0506 Always check for valid HTTP method before any modifications 8 years ago
ValdikSS 70765fa895 New option: additional space between Method and Request-URI (enables -s, may break sites) 8 years ago
ValdikSS a2d5be1eed const char for window size function 8 years ago
ValdikSS f08bbcc36e Update Readme 8 years ago
ValdikSS 30fd25bc24 Replace char* with const char* where appropriate 8 years ago
ValdikSS 9fea771d2c Less invasive Passive DPI block. Fix #2. 8 years ago
ValdikSS bb05d357a7 Fix for getopt -4 8 years ago
ValdikSS 609d8aa037 New mode -3 (old -3 is now -4) 8 years ago
ValdikSS 0787b2a5f0 Update README, Makefile and icon 8 years ago
ValdikSS 46af3c2edb Switch to getopt() and slightly update fragmentation code 8 years ago
ValdikSS 6b40623dce Remove old code 8 years ago
ValdikSS c43d5477b5 Use EXIT_SUCCESS and EXIT_FAILURE 8 years ago
ValdikSS cc0e55812e Update readme and Makefile 8 years ago
ValdikSS dc8fad8d36 Readme typos 8 years ago
ValdikSS 963e0c3525 Update readme 8 years ago
ValdikSS 5bb0e65d20 Initial commit 8 years ago
ValdikSS b7317b51d5 Initial commit 8 years ago