Helium
|
Example plugin implementation. More...
Go to the source code of this file.
Data Structures | |
struct | stats |
struct | packet_stats |
Macros | |
#define | PACKET_SAMPLE_N 100000 |
Typedefs | |
typedef struct stats | stats_t |
typedef struct packet_stats | packet_stats_t |
Functions | |
he_plugin_return_code_t | stats_plugin_create (plugin_struct_t *plugin_struct) |
void | stats_plugin_destroy (plugin_struct_t *plugin_struct) |
he_plugin_return_code_t | stats_plugin_do_ingress (uint8_t *packet, size_t *length, size_t capacity, packet_stats_t *data) |
he_plugin_return_code_t | stats_plugin_do_egress (uint8_t *packet, size_t *length, size_t capacity, packet_stats_t *data) |
Example plugin implementation.