zeek/tools/binpac/lib
Jon Siwek 13e14768da binpac: Add virtual dtor to RefCount base class.
The code generated for types w/ &refcount will subclass RefCount and
Unref definitely deletes via a pointer to that base class so it needs a
virtual dtor.
2025-08-20 08:52:23 -07:00
..
binpac.h.in binpac: Add virtual dtor to RefCount base class. 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: Adding an interface to manually control the buffering for generated 2025-08-20 08:52:23 -07:00
binpac_buffer.h binpac: Adding an interface to manually control the buffering for generated 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: Fix two use-after-free bugs. 2025-08-20 08:52:23 -07:00
binpac_regex.cc binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
binpac_regex.h binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
CMakeLists.txt binpac: Adding files to CMake build targets so they show up in generated IDE projects. 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.