macOS support for wired connection.
Closed this issue · 1 comments
olivier-stasse commented
This issue is to report some investigation related to macOS support for wired connection.
PF_RAW does not exist on MacOS.
Starting from http://newosxbook.com/bonus/vol1ch16.html Listing 16-2,
socket should be create with PF_NDRV.
Then appropriate demux should be done when reading the socket.
A modification of Link_manager is proposed in PR #128.
Wireless could be done, but it is more involved.
MaximilienNaveau commented
Thanks for the work!