openwrtv3/openwrt/package/raddump/Config.in
Waldemar Brodkorb f019335392 more tristate -> prompt fixes
SVN-Revision: 2656
2005-12-13 17:38:27 +00:00

11 lines
430 B
Text
Executable file

config BR2_PACKAGE_RADDUMP
prompt "raddump........................... raddump interprets captured RADIUS packets."
tristate
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.