EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
protobuf_middleware.h
Go to the documentation of this file.
1 
11 #ifndef PROTOBUF_MIDDLEWARE_H
12 #define PROTOBUF_MIDDLEWARE_H
13 
14 #include "../../middleware.h"
15 
25 int pipe_protobuf_tuple_packet(const char *path, int *fd,
26  struct tuple_packet *p);
27 
36 int pipe_protobuf_packets(const char *path, int *fd, UT_array *packets);
37 
45 #endif
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