Libtins v3.0: A fast C++ packet sniffing and crafting library
libtins.github.io
Libtins v3.0: A fast C++ packet sniffing and crafting library
1–10 of 15 posts
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#2Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#3Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#4Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#5Excellent, interesting work to be read by me in the near future. How long did it take you complete this project, if you don't mind me asking?
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#6Would I just need to implement my own PDU class that implements the protocol?
Thanks! This looks great!
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#7We use thrift for a lot of internal service calls - this seems like it would be a great little library to capture and debug production thrift calls. Would I just need to implement my own PDU class that implements the protocol? Thanks! This looks great!
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#8Is this something that your library helps with?.
Re: Libtins v3.0: A fast C++ packet sniffing and crafting library
#9Is it possible to manipulate traffic / drop it? A long time ago, I've been trying to build transparent tunnels, so that the user does not have to configure anything special to use it. The biggest difficulty I faced was to drop the original traffic to only allow the newly crafted one. Is this something that your library helps with?.