1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 01:54:35 +03:00
openwrt-xburst/package/raddump/Config.in
wbx 2e1c8a5f24 more tristate -> prompt fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-13 17:38:27 +00:00

12 lines
430 B
Plaintext
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.