Added raddump
[openwrt.git] / package / raddump / Config.in
1 config BR2_PACKAGE_RADDUMP
2         tristate "raddump........................... raddump interprets captured RADIUS packets."
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBOPENSSL
5         select BR2_PACKAGE_LIBPCAP
6         help
7                 raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, 
8                 source and destination hosts and ports, and included attribute names and values for each packet.