-
Notifications
You must be signed in to change notification settings - Fork 5
Libtins/latest - network packet sniffing and crafting library #79
Comments
I saw your post on the google group. If I get around to making packages any time soon, I will try this one. |
The current challenge with this is that libtins has a pretty rough set of dependencies:
winpcap - Best candidate in Conan-Transit unlikely to be a candidate for adoption into Conan-Center. It's possible, but will take some time. |
Thanks @solvingj. Do you (or anyone else listening) knows, if it is possible to have a something that is not perfect, like a package build for linux, that is built using the boost which is already on the system (apt-get/yum install and located using cmake find_library module). |
Thanks to @uilianries, I think we got there this weekend. I am working real hard to get it published today or tomorrow. |
@GuyKroizman It looks like I never posted the info here, but we've made a lot of improvements on the libtins package since July. Here's the link, please let me know if it works for you. If so, maybe we can close this one. https://bintray.com/bincrafters/public-conan/libtins%3Abincrafters/3.5%3Astable |
Done by conan-io/conan-center-index#4587 |
libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.
build doc:
http://libtins.github.io/download/#requirements
source at:
git clone https://github.com/mfontanini/libtins.git
For ubuntu 14.04 64 bit
without the optional WPA2 decryption so no need for the libcrypto - doc says to config with -DLIBTINS_ENABLE_WPA2=0
with c++11 enabled - doc says to config with -DLIBTINS_ENABLE_CXX11=1
I think I prefer static library but I did not see in the doc anything on how to achieve that.
The text was updated successfully, but these errors were encountered: