fastnetmon-ng/src/pfring_plugin/pfring_collector.h

11 lines
268 B
C
Raw Normal View History

2015-02-04 13:00:06 +01:00
#ifndef _PFRING_PLUGIN_H
#define _PFRING_PLUGIN_H
#include "../fastnetmon_types.h"
// This function should be implemented in plugin
void start_pfring_collection(process_packet_pointer func_ptr);
void stop_pfring_collection();
std::string get_pf_ring_stats();
#endif