Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

radsniff(8) [debian man page]

RADSNIFF(8)						      System Manager's Manual						       RADSNIFF(8)

NAME
radsniff - dump radius protocol SYNOPSIS
radsniff [-c count] [-d directory] [-F] [-f filter] [-h] [-i interface] [-I filename] [-m] [-p port] [-r 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 filter RADIUS attribute 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> RADSNIFF(8)

Check Out this Related Man Page

RADSNIFF(8)						      System Manager's Manual						       RADSNIFF(8)

NAME
radsniff - dump radius protocol SYNOPSIS
radsniff [-c count] [-d directory] [-F] [-f filter] [-h] [-i interface] [-I filename] [-m] [-p port] [-r 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 filter RADIUS attribute 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> RADSNIFF(8)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

DOS batch file to capture routers log

Hi, Please help to write DOS /Perl script to capture router AAA logs to store in file. RADIUS: id 1, priority 1, host 59.163.6.103, auth-port 1901, acct-port 1902 State: current UP, duration 1928071s, previous duration 0s Dead: total time 2798488914s, count 0 Authen:... (0 Replies)
Discussion started by: patilanna
0 Replies

2. Shell Programming and Scripting

Capture all the contents between two attributes

i have a file with contents test123 qwwww sdsad asdasd asdad adadsw sasfar sfaf a afasf OPERATION END i need to grep all the contents from test123 and OPERATION END.Can somebody help me how to do it ? (7 Replies)
Discussion started by: giri_luck
7 Replies

3. AIX

AIX filter Issues

Hi, I want to print from AIX 5.3/6.1 using 'pr' preprocessing filter and 'PCL' print file type. Steps: 1. Smitty 2. Print Spooling 3. Create a print queue(remote->Generic) 4. change the attributes for that print queue. 5. Change print file type to PCL and... (1 Reply)
Discussion started by: meeraramanathan
1 Replies

4. IP Networking

Help with capturing/reading total packets on specific port number

Hi guys, I'm using a Linux system(Ubuntu) and I've been trying to find a method to read the total packets received/sent on a specific port (e.g port 80 or port 25) on a local machine. I can read the overall total packets received/sent from the /proc/net/dev file system. But what I can't do is... (2 Replies)
Discussion started by: lildee
2 Replies

5. IP Networking

Capture packets (TcpDump) and forwarding them

Hi, I want to capture a certain type of packets (selected according to the protocol) coming to my PC and then transmit them to another PC. I had the idea to use tcpdump to filter input packets and extract those chosen. Well my questions are: 1- after filtering input packets, those that have not... (1 Reply)
Discussion started by: ziedf
1 Replies

6. Programming

pcap_dispatch hangs on vlan filter

Hi all My application is a monitoring application that monitors the incoming udp packet when ever required. When ever a particular source ip and port and dest ip and port is provided the filter will be framed based them. For eg, char filterExpr; filterExpr = "udp and src host 192.168.16.100... (0 Replies)
Discussion started by: anusha_pixel
0 Replies

7. IP Networking

SNMP packet reception problems

server A is forwarding an snmp packets to server B on agreed port. server B is listening but getting nothing on the port. Rather, packets are arriving on a different port. What can i do to receive the packets on the agreed port? (1 Reply)
Discussion started by: kamuvi71
1 Replies

8. Programming

PCAP -> PFRING

Hi I have a program that captures packets with the libpcap library by calling the pcap-functions, e.g. pcap_next(...). I would like to use PF_RING for the program and therefore I would have to adjust the calling functions to pfring_open(...) pfring_recv(...) I'm pretty knew in network... (0 Replies)
Discussion started by: Freaky123
0 Replies

9. Shell Programming and Scripting

a question on grep

hi, I used grep "total packets" to filter a file and get the following results, what I want is to get the lines with only one "total packets", are there any methods? thanks! total packets: 131 total packets: 55 total packets: 76 total... (4 Replies)
Discussion started by: esolve
4 Replies

10. Programming

Why am i getting these strange packets while running my packet capture module written in c.?

I have made an packet capture application running on intel machine, it is capturing packets with src address- 17.0.0.0 destination ip- 66.0.0.0, source port- 0, destination port- 0, and protocol- 0 what does these packets mean ? The code written to interpreter captured bytes is given below.... (5 Replies)
Discussion started by: arunpushkar
5 Replies

11. IP Networking

Berkley Packet Filter

Hi Folks! Im trying to write a packet capture filter on a opnet device. The syntax there to write this filter is BPF. What I wanna do is to capture everything, but from a certain ip-range I just wanna capture the header and not the payload. For your understanding: We are writing our backup to... (1 Reply)
Discussion started by: ati
1 Replies