ipt_tcpwin
ipt_tcpwin copied to clipboard
Iptables module for changing TCP window header field
This iptables module changes TCP window header field.
The purpose is only testing and debugging because of changing TCP window usualy is very bad idea.
Repository contains both iptables module for kernel and iptables plug-in for userspace.
It is based on TTL module written by Harald Welte [email protected]
Usage example:
- make modules and put them to proper places
- modprobe xt_TCPWIN
- iptables -t mangle -I OUTPUT -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -j TCPWIN --tcpwin-set 0