summaryrefslogtreecommitdiffstats
path: root/package/raddump/Config.in
blob: bacafe34a725d8a59f046aec8bd123dd8da8ab5d (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_RADDUMP
        tristate "raddump........................... raddump interprets captured RADIUS packets."
	default m if CONFIG_DEVEL
	select BR2_PACKAGE_LIBOPENSSL
	select BR2_PACKAGE_LIBPCAP
	help
		raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, 
		source and destination hosts and ports, and included attribute names and values for each packet.