diff options
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 000000000..bacafe34a --- /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. |