1RADSNIFF(8) System Manager's Manual RADSNIFF(8)
2
3
4
6 radsniff - dump radius protocol
7
9 radsniff [-c count] [-d directory] [-F] [-f filter] [-h] [-i interface]
10 [-I filename] [-m] [-p port] [-r filter] [-s secret] [-S] [-w file]
11 [-x]
12
13
15 radsniff is a simple wrapper around libpcap. It can also print out the
16 contents of RADIUS packets using the FreeRADIUS dictionaries.
17
18
20 -c count
21 Number of packets to capture.
22
23 -d directory
24 Directory where the dictionaries are found.
25
26 -F Filter PCAP file from stdin to stdout. Output file will contain
27 RADIUS packets.
28
29 -f filter
30 PCAP filter. (default is udp port 1812 or 1813)
31
32 -h Print usage help information.
33
34 -i interface
35 Interface to capture.
36
37 -I filename
38 Read packets from filename.
39
40 -m Print packet headers only, not contents.
41
42 -p port
43 Listen for packets on port.
44
45 -r filter
46 RADIUS attribute filter.
47
48 -s secret
49 RADIUS secret.
50
51 -S Sort attributes in the packet. Used to compare server results.
52
53 -w file
54 Write output packets to file.
55
56 -x Print out debugging information.
57
58
59
61 radiusd(8),pcap(3)
62
64 Nicolas Baradakis <nicolas.baradakis@cegetel.net>
65
66
67
68 RADSNIFF(8)