mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00

- More discussion is needed to figure out how to integrate the SOCKS analyzer best. - Tunnels framework now logs for the SOCKS analyzer.
4 lines
110 B
Text
4 lines
110 B
Text
@load ./main
|
|
|
|
const ports = { 5072/udp } &redef;
|
|
redef dpd_config += { [ANALYZER_AYIYA] = [$ports = ports] };
|