summaryrefslogtreecommitdiffstats
path: root/package/raddump/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 13:38:59 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 13:38:59 +0000
commit9c8d67ef156c7cd60ea57074881b8547f907aacd (patch)
treef37c1eabde5191b3f39458d337a31d26de940a8b /package/raddump/Config.in
parent6cfe225066885175321c3e4a7c27d98bbdced631 (diff)
Added raddump
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/raddump/Config.in')
-rwxr-xr-xpackage/raddump/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/raddump/Config.in b/package/raddump/Config.in
new file mode 100755
index 000000000..bacafe34a
--- /dev/null
+++ b/package/raddump/Config.in
@@ -0,0 +1,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.