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

12 lines
229 B
C++

#ifndef _PCAP_PLUGIN_H
#define _PCAP_PLUGIN_H
#include "../fastnetmon_types.h"
#include <iostream>
void start_pcap_collection(process_packet_pointer func_ptr);
void stop_pcap_collection();
std::string get_pcap_stats();
#endif