mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
9 lines
354 B
CMake
9 lines
354 B
CMake
# This is not an actual analyzer, but used by others. We still maintain it here
|
|
# along with the other analyzers because conceptually it's also parsing a
|
|
# protocol just like them. The current structure is merely a left-over from when
|
|
# this code was written.
|
|
|
|
zeek_add_plugin(
|
|
Zeek MIME
|
|
SOURCES MIME.cc Plugin.cc
|
|
BIFS consts.bif events.bif)
|