Some data sources, such as mod_udp
, only know how to fetch data in fixed-size blocks. The modules that take those data and dissect them into Orchids events, on the other hand, may require a variable number of bytes. The mod_utils.[ch]
files provide a general-purpose API to solve this impedance match problem: the blox
API. Continue reading