aboutsummaryrefslogtreecommitdiffstats
path: root/package/raddump/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2005-12-13 13:38:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2005-12-13 13:38:59 +0000
commit628c68b25a72838eb03f79c8f7fb0a77b8116315 (patch)
treef37c1eabde5191b3f39458d337a31d26de940a8b /package/raddump/Config.in
parent06c1ae3041ced4a6f55aea56b656e6a90fce7f16 (diff)
downloadupstream-628c68b25a72838eb03f79c8f7fb0a77b8116315.tar.gz
upstream-628c68b25a72838eb03f79c8f7fb0a77b8116315.tar.bz2
upstream-628c68b25a72838eb03f79c8f7fb0a77b8116315.zip
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 0000000000..bacafe34a7
--- /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.