mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00

There is another mistake in the code. I have checked the Gnutella protocol specification -- looks like the line separation is 0x0d-0x0a and not 0x0a-0x0d (it seemed obvious but I was not sure and thought they cannot have possibly got that wrong...). It would certainly explain why I have never seen a match on any of my systems.
PSD (Portscan Detection) External extensions for Xtables-addons Example: iptables -A INPUT -m psd --psd-weight-threshold 21 --psd-delay-threshold 300 --psd-lo-ports-weight 1 --psd-hi-ports-weight 10 -j LOG --log-prefix "PSD: "