Man page - radsniff(8)
Packages contains this manual
- rlm_attr_filter(5)
- radlast(1)
- radwho(1)
- radrelay.conf(5)
- rlm_detail(5)
- rlm_unix(5)
- rad_counter(1)
- radiusd.conf(5)
- rlm_always(5)
- unlang(5)
- radzap(1)
- radcrypt(8)
- rlm_mschap(5)
- rlm_files(5)
- rlm_digest(5)
- rlm_sql(5)
- clients.conf(5)
- dictionary(5)
- radeapclient(1)
- radsqlrelay(8)
- rlm_realm(5)
- raddebug(8)
- rlm_ippool_tool(8)
- radsniff(8)
- radrelay(8)
- rlm_unbound(5)
- radclient(1)
- rlm_chap(5)
- radmin(8)
- rlm_passwd(5)
- rlm_sqlippool_tool(8)
- smbencrypt(1)
- rlm_counter(5)
- rlm_expr(5)
- rlm_idn(5)
- users(5)
- rlm_pap(5)
- radtest(1)
- checkrad(5)
- freeradius(8)
apt-get install freeradius-common
Manual
RADSNIFF
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHORS
NAME
radsniff - dump radius protocol
SYNOPSIS
radsniff [ -c count ] [ -d directory ] [ -F ] [ -f filter ] [ -h ] [ -i interface ] [ -I filename ] [ -m ] [ -p port ] [ -r request filter] [ -R response filter ] [ -s secret ] [ -S ] [ -w file ] [ -x ]
DESCRIPTION
radsniff is a simple wrapper around libpcap. It can also print out the contents of RADIUS packets using the FreeRADIUS dictionaries.
OPTIONS
-c count
Number of packets to capture.
-d directory
Directory where the dictionaries are found.
|
-F |
Filter PCAP file from stdin to stdout. Output file will contain RADIUS packets. |
-f filter
PCAP filter. (default is udp port 1812 or 1813)
|
-h |
Print usage help information. |
-i interface
Interface to capture.
-I filename
Read packets from filename.
|
-m |
Print packet headers only, not contents. |
-p port
Listen for packets on port.
-r attribute-filter
RADIUS attribute request filter.
-R attribute-filter
RADIUS attribute response filter.
-s secret
RADIUS secret.
|
-S |
Sort attributes in the packet. Used to compare server results. |
-w file
Write output packets to file.
|
-x |
Print out debugging information. |
SEE ALSO
radiusd(8),pcap(3)
AUTHORS
Nicolas Baradakis <nicolas.baradakis@cegetel.net>