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

Does it work on Solaris or other Unix ? #368

Open PunshiB opened 4 years ago

PunshiB commented 4 years ago

Hello,

I am trying to compile it on solaris , till now I have did some changes like adding IF condition in header endianess.h to solve endian.h issue, and doing some minor addition to solve compile issue. However I am still getting error and I have decided to give some more time to solve but I wanted to know will this library work in Solaris or other Unix OS ?

PunshiB commented 4 years ago

I have solved above endian.h issue however now I am stuck with missing <net/ethernet.h> , I have searched over internet for details of this library but I can't find any information whether it supports in Unix, any idea?