zeek/tools/binpac/lib
Jon Siwek 8a1c8db02e binpac: BIT-1914: move &check implementation to new &enforce attribute
&check returns to being a no-op to avoid unintentionally
breaking existing code.
2025-08-20 08:52:23 -07:00
..
binpac.h.in binpac: Bug fix of pac_swap function with int32 type of argument. 2025-08-20 08:52:23 -07:00
binpac_analyzer.h binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
binpac_buffer.cc binpac: Fix an uninitialized member warning 2025-08-20 08:52:23 -07:00
binpac_buffer.h binpac: Extends BinPAC to support arbitrary line breakers via &linebreaker attribute 2025-08-20 08:52:23 -07:00
binpac_bytestring.cc binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
binpac_bytestring.h binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
binpac_exception.h binpac: BIT-1914: move &check implementation to new &enforce attribute 2025-08-20 08:52:23 -07:00
binpac_regex.cc binpac: Adding a new binpac::init() function that must be called by the host 2025-08-20 08:52:23 -07:00
binpac_regex.h binpac: Separate declaration of binpac::init from definition. 2025-08-20 08:52:23 -07:00
CMakeLists.txt binpac: Adding a new binpac::init() function that must be called by the host 2025-08-20 08:52:23 -07:00
README binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00

This directory contains a library needed by generated C++ code from
binpac. Note that the library is not needed by the binpac compiler
itself.