diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:38:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:38:59 +0000 |
commit | f1aa9e55a18fe7a0badb3463f28fee12fb84993b (patch) | |
tree | 9352b4e1582082187132a46100f6c0d5dfc934ef /openwrt/package/raddump/Config.in | |
parent | ae3c308186cf1913fa5064fc183d1ef016634aeb (diff) | |
download | mtk-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-x | openwrt/package/raddump/Config.in | 8 |
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. |