mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
7 lines
93 B
Text
7 lines
93 B
Text
# @TEST-EXEC: bro -b %INPUT >output
|
|
|
|
module SSH;
|
|
|
|
export {
|
|
redef enum Log::ID += { LOG };
|
|
}
|