mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 21:53:08 +02:00
9 lines
419 B
Plaintext
9 lines
419 B
Plaintext
|
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.
|