PcapPlusPlus
PcapPlusPlus copied to clipboard
PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popu...
Hi, I have updated the cmake branch, and compilation of libs examples and tests are okay on my linux. Unfortunately I don't know much about github-ci, so I din't backport...
Just checking some things...
Add ICMPv6 and NDP layer support - Add layer classes for handling ICMPv6 and NDP packets - Supported packet types: Echo Request, Echo Reply, Neighbor Advertisement, Neighbor Solicitation - Supports...
Do you think of implementing reading pcap.gz and pcap.zst file format ?
Hello. I'm using pcpp::PcapFileReaderDevice reader(filename); I would like to read [Magic Number](https://tools.ietf.org/id/draft-gharris-opsawg-pcap-00.html#section-4-5.2.1) from file header, which represents time format. I could not find anything that allows to access header struct....
As discussed in https://github.com/seladb/PcapPlusPlus/pull/918 a separated tracking issue. Steps to reproduce - add the following configuration to .cirrus.yml: ```yaml task: name: Regression Tests Linux (Memory Behavior Sanitizer) container: image: seladb/ubuntu1804:latest...
As you all know I created PcapPlusPlus as an open source project, with a goal in mind that everyone will be able to use it for any purpose (personal, academic,...