fastnetmon-ng/src/netflow_plugin/netflow_collector.h
2015-03-22 13:36:58 +03:00

13 lines
261 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