北瓜 (@chunhui_true)rust 实现的抓包存盘的程序 nsave 中发帖

目前查询功能是一个独立的命令行程序。去文件目录根据结构查找。是不是应该仿照 redis mysql 这样的,有一个带会话的查询更好?现在正在考虑… 
详情见: GitHub - chunhuitrue/nsave: A packet capture tool that efficiently captures network traffic and saves it to disk for storage, allowing users to query and analyze the captured data with high performance and reliability.
Nsave 是一个抓取并保存数据包的工具。它持续不断地抓取数据包,并保存到本地。可以根据条件查询链接、数据包并导出成 pcap 文件。可以通过 pcap 或者 af_xdp 来捕获数据包。主要特点是它...