diff options
Diffstat (limited to 'openwrt/package/raddump/ipkg')
-rwxr-xr-x | openwrt/package/raddump/ipkg/raddump.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/raddump/ipkg/raddump.control b/openwrt/package/raddump/ipkg/raddump.control new file mode 100755 index 0000000000..2d31b0221a --- /dev/null +++ b/openwrt/package/raddump/ipkg/raddump.control @@ -0,0 +1,6 @@ +Package: raddump +Depends: libpcap, libopenssl +Section: net +Architecture: mipsel +Priority: optional +Description: 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. |