mdlayher / arp

Package arp implements the ARP protocol, as described in RFC 826. MIT Licensed.

Home Page:https://tools.ietf.org/html/rfc826

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Support?

JamieSinn opened this issue · comments

Currently I need to listen for arp requests sent, and the raw depend fails to work on windows.

Possible to implement?

At one point, someone was working on Windows support for my raw sockets package. I don't know anything about Windows networking myself, unfortunately.

I currently need to listen for an arp request on the go side, not send out out, which is my current dilemma. The code you showed is the arp request being sent, I need to listen for it instead.

I currently need to listen for an arp request

Fair enough.

Alex

Closing because this is actually an issue for https://github.com/mdlayher/raw.