You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
430 B
11 lines
430 B
config BR2_PACKAGE_RADDUMP
|
|
prompt "raddump........................... raddump interprets captured RADIUS packets."
|
|
tristate
|
|
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.
|
|
|