2005-12-13 13:38:59 +00:00
|
|
|
config BR2_PACKAGE_RADDUMP
|
2005-12-13 17:38:27 +00:00
|
|
|
prompt "raddump........................... raddump interprets captured RADIUS packets."
|
|
|
|
tristate
|
2005-12-13 13:38:59 +00:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
help
|
2005-12-13 17:38:27 +00:00
|
|
|
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.
|