PcapSpliiter is an example application of PcapPlusPlus, which can split a pcap file into smaller pcap files according to various criteria. Splitting large pcap files is one of the important processing steps in network traffic classification tasks, and this application can accomplish this task well.
However, in some strictly limited arm64 environments, you may not be able to directly use PcapSplitter and tools with similar functions, and it is difficult to compile executable files from source code yourself. Currently, the official Release Page does not provide executable files for Linux arm64 architecture.
Therefore, this project provides a statically linked PcapSplitter executable file that can run on arm64 architecture. The code version compiled is PcapPlusPlus v24.09.
If it helps you, please star this project, thank you very much!
(The compilation process for static linking may be added in the future.)
PcapSpliiter是PcapPlusPlus的一个示例应用程序,其可根据各种标准将一个pcap文件拆分为更小的pcap文件。对大的pcap文件进行切割是网络流量分类任务中重要的处理流程之一,该示例应用程序能够很好的完成这一任务。
但是,在一些严格受限的arm64环境之中,您可能无法直接使用PcapSplitter及具有相似功能的工具,并且难以自行由源代码编译出可执行文件。目前,官方的Release Page之中也未提供Linux arm64架构的可执行文件。
因此,本项目提供了一个静态链接的可运行于arm64架构的PcapSplitter可执行文件。编译基于的代码版本为PcapPlusPlus v24.09。
如果对您有所帮助,烦请您star本项目,万分感谢!
(实现静态链接的编译流程可能会在未来补充。)