1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 00:38:33 +03:00
openwrt-xburst/openwrt/package/raddump/Config.in
florian 6fe9bf278a Added raddump
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-13 13:38:59 +00:00

9 lines
419 B
Plaintext
Executable File

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.