-
when has the private key, how to Parse https(such as RSA), thanks!
-
First of all, thank you a lot for this great library! It eases the handling of libpcap a lot!
Unfortunately I encountered a possible issue. When using valgrind memory analyzer on my Linux applicati…
-
The Packet::addLayer calls Packet::insertLayer to add the current layer to the end of the packet.
The data from the layer is appended and deleted. The current layer is linked into the packet
object…
-
Hi,
pcapFS crashes with one of my datasets, which wireshark loads just fine:
If you need more gdb output, please guide me...
```
root@pcapfs:/srv/pcapin# capinfos test.pcap
File name: …
dl8bh updated
5 years ago
-
I am running on Ubuntu 16.04 in a VM on Windows 10. Packet++Test runs fine and passes all test cases.
I am trying to get ready to make a PR for some changes and when I go to run Pcap++Test I run in…
-
The current "install" target of the Makefile does not respect the DESTDIR environment variable. This is very useful for creating packages.
-
I have a recorded pcapng file, containing mostly UDP traffic, which was cut short in the middle of a packet at the end of the recording. The pcap itself can be opened in the likes of wireshark, but wi…
-
This issue comes from [my closed PR](https://github.com/seladb/PcapPlusPlus/pull/153).
For **MacOS Mojave** users, extra documentation would be appreciated for them to properly build it.
-
OS: Windows 10.0.17134 Build 17134 64-Bit
IDE: Visual Studio 2015
version: 18.08
I tried to remove a layer from a packet and add it to another packet. The adding process failed with the message: …
-
I'm trying to decrypt a socket protocol. The request/response packet between client and server are encrypted.
My plan is using PcapPlusPlus to decrypt the packets and regenerate a decrypted pcapng …