zeek/tools
Tomer Lev 3b3f6bbe4d gen-zam: Fix a bug caused by different behaviour of std::regex_replace under MSVC.
Under MSVC regex objects are multiline by default and there is no apparant way of changing this behaviour. Under clang/gcc regex is singleline unless std::regeX_constants::multiline is specificied.
This behaviour is assumed in Gen-ZAM.cc when auto-generating header files.

Example: https://godbolt.org/z/aP59x3EhT
2025-08-20 08:52:25 -07:00
..
bifcl bifcl: Remove submodule, adapt CMake configuration for Zeek build 2025-08-20 08:52:25 -07:00
binpac Run pre-commit on merged binpac code 2025-08-20 08:52:24 -07:00
gen-zam gen-zam: Fix a bug caused by different behaviour of std::regex_replace under MSVC. 2025-08-20 08:52:25 -07:00