mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

different value. Addresses BIT-931. Also switching the internal enum ID map to storing std::string for easier memory management.
7 lines
93 B
Text
7 lines
93 B
Text
# @TEST-EXEC: bro -b %INPUT >output
|
|
|
|
module SSH;
|
|
|
|
export {
|
|
redef enum Log::ID += { LOG };
|
|
}
|