summaryrefslogtreecommitdiff
path: root/openwrt/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
commitf1aa9e55a18fe7a0badb3463f28fee12fb84993b (patch)
tree9352b4e1582082187132a46100f6c0d5dfc934ef /openwrt/package/raddump/Config.in
parentae3c308186cf1913fa5064fc183d1ef016634aeb (diff)
downloadmtk-20170518-f1aa9e55a18fe7a0badb3463f28fee12fb84993b.zip
mtk-20170518-f1aa9e55a18fe7a0badb3463f28fee12fb84993b.tar.gz
mtk-20170518-f1aa9e55a18fe7a0badb3463f28fee12fb84993b.tar.bz2
Added raddump
SVN-Revision: 2650
Diffstat (limited to 'openwrt/package/raddump/Config.in')
-rwxr-xr-xopenwrt/package/raddump/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/raddump/Config.in b/openwrt/package/raddump/Config.in
new file mode 100755
index 0000000..bacafe3
--- /dev/null
+++ b/openwrt/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.