mfontanini / libtins

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

Resolves #525 Android 24+ support #526

Closed camm73 closed 4 months ago

camm73 commented 4 months ago

Update to allow calls to getifaddrs() and freeifaddrs on Android systems with API Level 24+

Support in Android: https://android.googlesource.com/platform/bionic/+/master/libc/include/ifaddrs.h

mfontanini commented 4 months ago

Thanks!