Any news on windows compile?
Libtins v3.0: A fast C++ packet sniffing and crafting library
11–15 of 15 posts
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#12Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#13I run an open-source Go library that also does packet capture/encode/decode ( http://code.google.com/p/gopacket ). Would you be at all interested in adding results for gopacket to your benchmarks page? If so, I'm happy to write up the code to actually run the benchmarks, then send it over to you so it can be run on your benchmarking machine.
https://github.com/mfontanini/packet-capture-benchmarks
You can have a look at some of the existing benchmarks so you get an idea of what it has to do. Let me know if you need any help.
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#14Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#15I run an open-source Go library that also does packet capture/encode/decode ( http://code.google.com/p/gopacket ). Would you be at all interested in adding results for gopacket to your benchmarks page? If so, I'm happy to write up the code to actually run the benchmarks, then send it over to you so it can be run on your benchmarking machine.
That would be great! I think that adding more libraries to the benchmark would be just great. This is the project I've created to run the benchmarks: https://github.com/mfontanini/packet-capture-benchmarks You can have a look at some of the existing benchmarks so you get an idea of what it has to do. Let me know if you need any help.