fastnetmon-ng/src/pcap_plugin/pcap_collector.h

12 lines
227 B
C
Raw Normal View History

#ifndef PCAP_PLUGIN_H
#define PCAP_PLUGIN_H
2015-01-26 14:37:12 +01:00
#include "../fastnetmon_types.h"
#include <iostream>
2015-01-26 14:37:12 +01:00
void start_pcap_collection(process_packet_pointer func_ptr);
void stop_pcap_collection();
std::string get_pcap_stats();
2015-01-26 14:37:12 +01:00
#endif