owlps/owlps-listener
Matteo Cypriani 6c1c182039 [Listener] Adapt get_mac_addr() to build on BSD
The get_mac_addr() function was the only real blocker that prevented
building on BSD systems, as it used the Linux-specific SIOCGIFHWADDR
ioctl. When compiling for Linux, we still use this ioctl, but for the
BSD version we use sysctl().

This allows OwlPS Listener to build on BSD (tested on NetBSD, OpenBSD
and DragonFly). That doesn't mean it will actually work when trying to
capture packets though (that has to be tested on real hardware), but
that's still a progress.
2013-07-17 18:09:12 -04:00
..
CMakeLists.txt CMake: generate headers after dependencies check 2013-05-29 15:38:39 -04:00
owlps-listener-config.h.in Update copyright information in *.h.in 2013-05-29 15:35:07 -04:00
owlps-listener.h [Listener] Improve *_addr() 2013-07-17 18:09:12 -04:00
owlps-listenerd.c [Listener] Adapt get_mac_addr() to build on BSD 2013-07-17 18:09:12 -04:00