logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

radsniff - dump radius protocol

Authors

       Nicolas Baradakis <nicolas.baradakis@cegetel.net>

                                                                                                     RADSNIFF(8)

Description

radsniff is a simple wrapper around libpcap.  It can also print out the contents of RADIUS packets  using
       the FreeRADIUS dictionaries.

Name

       radsniff - dump radius protocol

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)

Synopsis

radsniff  [-ccount] [-ddirectory] [-F] [-ffilter] [-h] [-iinterface] [-Ifilename] [-m] [-pport] [-rrequestfilter] [-Rresponsefilter] [-ssecret] [-S] [-wfile] [-x]

See Also