-
Problem: Cannot use the library **pcl** (with feature **pcap**) alongside with the library "**libtins**".
System: x64 Windows
The vcpkg.json file:
`{
"$schema": "https://raw.githubusercontent.c…
-
I am trying to implement a **CCMP encryption** method for libtins.
My goal is to perform a successful 4-way handshake and then start transmitting encrypted packets. Fortunately libtins implements th…
-
I am using libtins to make a sniffer, but I found that when the tcp stream is long , like more than 3MB, not all packets will be captured. My test code is based on the HTTP follower example.
[bug.t…
-
Update code to work with latest version of libtins
-
I tried and got
```
-- Not building examples as pcap support is disabled
-- googletest git submodule is absent. Run `git submodule init && git submodule update` to get it
CMake Error: The follo…
-
I executed ```./build```. It was building upto 90% then suddenly stopped after throwing an error. Then I tried again, then it stopped at 21%. I even tried building it non interactive, still got the sa…
-
Dear Community,
I am encountering the following issue when reading my sample PCAP file [1]: The amount of packets displayed in Wireshark is 1 375 475, whereas Libtins only processes 1 374 068 packets.…
-
I don't believe 802.11 packets are being handled correctly. I included some test code below, when I run it on my machine I always get subype 0 and either '' or None for ssid. I know the subtype is wro…
-
When loading the https://github.com/mfontanini/libtins C++ library with `cpg-vis-neo4j` I get an `java.lang.IllegalArgumentException` when loading the graph into neo4j:
```
$ ./build/install/cpg-vi…
-
I stumbled on an issue while building [libtins](https://github.com/mfontanini/libtins) with support for Boost.
When compiling libtin's [`src/tcp_ip/ack_tracker.cpp`](https://github.com/mfontanini/lib…