11 #ifndef PROTOBUF_MIDDLEWARE_H
12 #define PROTOBUF_MIDDLEWARE_H
14 #include "../../middleware.h"
struct capture_middleware protobuf_middleware
protobuf Capture Middleware. The protobuf capture middleware generates protobuf messages from caprtur...
Definition: protobuf_middleware.c:148
int pipe_protobuf_packets(const char *path, int *fd, UT_array *packets)
pipe the serialised protobuf packets
Definition: protobuf_middleware.c:54
int pipe_protobuf_tuple_packet(const char *path, int *fd, struct tuple_packet *p)
pipe the serialised protobuf tuple packets
Definition: protobuf_middleware.c:35
Structure describing a middleware for the EDGESec capture service.
Definition: middleware.h:41
Definition: packet_decoder.h:40