mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
f61a972ad1
A utility for detecting traceroutes and reporting them via syslog. PR: 9899 Submitted by: Peter Shipley <shipley@dis.org>
9 lines
406 B
Plaintext
9 lines
406 B
Plaintext
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
|