Feature: Windows Support
I would like to propose this, and perhaps kick this off myself, and have this thread open for any future discussions, if that is alright.
Absolutely!
I believe BPF isn't supported in windows? Or I could at least not find references for it, in that case, what would be the best approach?
Seems okay to me to just return an error if SetBPF is used on Windows. Also it should be documented that it only works on Linux, Darwin, and *BSD.
@mdlayher We're using the lib to do arp scanning and need windows support. Got some pointers or sample code on how to start? Would be starting with the linux implementation and changing listenPacket be the right direction?
No idea, sorry. I'm only really familiar with Linux and *BSD system calls.
Hello, have you made any progress?