mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() parsers. This consists of two parts: 1. The generated Flow classes expose their flow buffers via a new method flow_buffer(). 2. Flow buffers get two new methods: // Interface for delayed parsing. Sometimes BinPAC doesn't get the // buffering right and then one can use these to feed parts // individually and assemble them internally. After calling // FinishBuffer(), one can send the uppper-layer flow an FlowEOF() // to trigger parsing. void BufferData(const_byteptr data, const_byteptr end); void FinishBuffer(); |
||
---|---|---|
.. | ||
binpac.h.in | ||
binpac_analyzer.h | ||
binpac_buffer.cc | ||
binpac_buffer.h | ||
binpac_bytestring.cc | ||
binpac_bytestring.h | ||
binpac_exception.h | ||
binpac_regex.cc | ||
binpac_regex.h | ||
CMakeLists.txt | ||
README |
This directory contains a library needed by generated C++ code from binpac. Note that the library is not needed by the binpac compiler itself.