zeek/tools/binpac
Jon Siwek 201b43f3be binpac: Optimize negative string length check.
Strings with a constant &length expression can be checked for negative
length values while generating the parser instead of in the parser
itself (which likely just ends up being dead code).
2025-08-20 08:52:23 -07:00
..
lib binpac: Add virtual dtor to RefCount base class. 2025-08-20 08:52:23 -07:00
patches binpac: Distribution cleanup. 2025-08-20 08:52:23 -07:00
src binpac: Optimize negative string length check. 2025-08-20 08:52:23 -07:00
CMakeLists.txt binpac: Raise minimum required CMake version to 2.6.3 2025-08-20 08:52:23 -07:00
TODO binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00