We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If only --set-ttl and/or --wrong checksum options are enabled, dpi desync attack does not happen on http traffic.
else if (addr.Direction == WINDIVERT_DIRECTION_OUTBOUND && packet_dataLen > 16 && (do_http_allports ? 1 : (ppTcpHdr->DstPort == htons(80))) && find_http_method_end(packet_data, (do_fragment_http ? http_fragment_size : 0u), &http_req_fragmented) && (do_host || do_host_removespace || do_host_mixedcase || do_fragment_http_persistent))
The text was updated successfully, but these errors were encountered:
ad60d30
No branches or pull requests
If only --set-ttl and/or --wrong checksum options are enabled, dpi desync attack does not happen on http traffic.
The text was updated successfully, but these errors were encountered: