|
capture 1.2.0
这是一个基于 PcapPlusPlus、PF_RING 和 ClickHouse 构建的高性能网络流量分析系统,专注于实时流量捕获、解析与存储。
|
#include <PfRingDeviceList.h>#include <Packet.h>#include <iostream>#include "headers/packet_handler.h"#include <IPv4Layer.h>#include <PcapFileDevice.h>#include <chrono>#include <signal.h>Functions | |
| void | init_db (std::string table_prefix) |
| int | main (int argc, char *argv[]) |
| void init_db | ( | std::string | table_prefix | ) |
| int main | ( | int | argc, |
| char * | argv[] ) |