fastnetmon-ng/src/netflow_plugin/netflow_collector.h
2015-05-14 18:21:26 +03:00

13 lines
259 B
C

#ifndef NETFLOW_PLUGIN_H
#define NETFLOW_PLUGIN_H
/* netflow plugin header */
#include "../fastnetmon_types.h"
// For testing
void process_netflow_packet(u_int8_t *packet, u_int len);
void start_netflow_collection(process_packet_pointer func_ptr);
#endif