Home
last modified time | relevance | path

Searched refs:pcap_file_path (Results 1 – 5 of 5) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/modules/module-honeytrap/
H A DPCAPSocket.cpp228 char *pcap_file_path; in Init() local
230 asprintf(&pcap_file_path,"%s/%i_%s-%i_%s-%i.pcap", in Init()
241 if ( (m_PcapDumper = pcap_dump_open(m_PcapSniffer,pcap_file_path)) == NULL ) in Init()
245 free(pcap_file_path); in Init()
249 m_DumpFilePath = pcap_file_path; in Init()
256 free(pcap_file_path); in Init()
263 free(pcap_file_path); in Init()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/tests/
H A Dpcap_writer.cpp31 std::string pcap_file_path = "/tmp/fastnetmon_example.pcap"; in main() local
33 int filedesc = open(pcap_file_path.c_str(), O_WRONLY|O_CREAT); in main()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_pcap_format.cpp5 int pcap_reader(const char* pcap_file_path, pcap_packet_parser_callback pcap_parse_packet_function… in pcap_reader() argument
6 int filedesc = open(pcap_file_path, O_RDONLY); in pcap_reader()
H A Dfastnetmon_pcap_format.h64 int pcap_reader(const char* pcap_file_path, pcap_packet_parser_callback pcap_parse_packet_function…
H A Dfastnetmon.cpp3732 void produce_dpi_dump_for_pcap_dump(std::string pcap_file_path, std::stringstream& ss, std::string … in produce_dpi_dump_for_pcap_dump() argument
3733 int filedesc = open(pcap_file_path.c_str(), O_RDONLY); in produce_dpi_dump_for_pcap_dump()