zeek/tools/binpac/lib
Jon Siwek 8cf0be6d0f binpac: Change binpac.h integral typedefs and reimplement 64-bit pac_swap().
Integer types now use <inttypes.h>, and the 64-bit byte-swapping
function uses a union approach instead of masking/bit-shifting.

Addresses #761.
2025-08-20 08:52:23 -07:00
..
binpac.h.in binpac: Change binpac.h integral typedefs and reimplement 64-bit pac_swap(). 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: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -07:00
binpac_buffer.h binpac: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -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: Initial import of Bro's binpac subdirectory from SVN r7088. 2025-08-20 08:52:22 -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.