mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.91k stars 375 forks source link

How to use libtins with other tcp/ip stack implementations? #337

Open noobxinyu opened 5 years ago

noobxinyu commented 5 years ago

Suppose I can get a raw chunk (char* data, size_t len) from another tcp/ip implementation, then how to feed this data into libtins so that it is transparent to the downstreams?