blob: aab9b3764cbb098aefa49e0fbcb0800c71094294 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
tdetect A simple C library for portable packet creation
If you're interested to detect all attempts to make "traceroute your-host"
or "traceroute host.your-network", you can try to use this simple program.
The idea is simple - to detect UDP (Unix traceroute) or ICMP ECHO (Windows
traceroute) packets with TTL fields == 1.
See http://sb.123.org/ for more info
|