[nox-dev] Best way to create ARP request

2012-02-28 Thread Gabe Bassett
What is the best way to do a quick ARP request? I'm writting a form of a switch, but it may need to do an arp request to find a single IP. I'm hoping theres a simple function I can call to do the request. The normal switch functionality should add the reply to the switch arp cache. Thanks

Re: [nox-dev] Best way to create ARP request

2012-02-28 Thread Aaron Rosen
Probably check this out: http://noxrepo.org/pipermail/nox-dev/2011-February/007223.html Aaron On Tue, Feb 28, 2012 at 12:56 PM, Gabe Bassett g...@theengineer.org wrote: What is the best way to do a quick ARP request?  I'm writting a form of a switch, but it may need to do an arp request to

Re: [nox-dev] Best way to create ARP request

2012-02-28 Thread Aaron Rosen
Subject: Re: [nox-dev] Best way to create ARP request Probably check this out: http://noxrepo.org/pipermail/nox-dev/2011-February/007223.html Aaron On Tue, Feb 28, 2012 at 12:56 PM, Gabe Bassett g...@theengineer.org wrote: What is the best way to do a quick ARP request?  I'm writting a form

Re: [nox-dev] Best way to create ARP request

2012-02-28 Thread Gabe Bassett
Bassett Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] Best way to create ARP request Looks good at first glance. Is it not working or something? Aaron On Tue, Feb 28, 2012 at 5:20 PM, Gabe Bassett g...@theengineer.org wrote: Does this look about right? HONEYPOT_PORT = 5 HONEYPOT_IP = 10.0.0.5