-
Any plan to support DPDK 17.02? It looks like compiles with old versions (as it was mentioned in the README)
-
On Mac Yosemite version 10.10.3, I'm trying to display the response times of each HTTP session from a pcap file.
I downloaded this pcap file::
`https://github.com/open-nsm/course/blob/master/pcaps/ni…
-
A simple program fails to compile
```cpp
#include
#include
int main() {
return 0;
}
```
Error is
```
/home/krepver/Dev/lib/PcapPlusPlus-master/Dist/header/TcpLayer.h:88:3: error: expec…
-
The library does not live in a namespace and is polluting the global namespace.
It would be nice if the library uses a namespace for all types and a prefix for all defines.
The issue can be reproduced…
mkaes updated
8 years ago
-
Hello
I am running on Mac OS X and getting this probleme
And have an issue when running the DNSSpoof example file.. Please help
Full Error:
main.cpp:16:10: fatal error: 'in.h' file not found
# in…
ghost updated
8 years ago
-
If non-dns packet gets into DnsLayer, then we will get SIGSEGV, because function size_t IDnsResource::decodeName not checking going beyond the limits of the packet.
-
I'm attemping to build PcapTest++Test, then get the following error:
```
uname is: Linux
Building target: Pcap++Test
Invoking C++ Linker
g++ -L/home/moshe/git/PcapPlusPlus/Dist -L/home/moshe/git/PF_R…