Re: get IP from MAC address

From: AlexWavecom (AlexWavecom_at_discussions.microsoft.com)
Date: 09/03/04


Date: Fri, 3 Sep 2004 07:09:04 -0700

Search for GetIpAddrTable / GetAdaptersInfo declared in Iphlpapi.h.

it is include from w2k/w98 on but for programming in VS60 you will need the
Plattform SDK.

"Chris" wrote:

> > You need to use RARP or Reverse Address Resolution Protocol. This does
> not
> > use Netbios, however you have to have TCP/IP for it to work.
>
> That's not right. RARP is used for diskless workstations to request its own
> IP address. It will broadcast an RARP request and a RARP Server will wait
> for such requests and reply. It's line DHCP.
>
> In the case of you will need InverseARP. It is documented in RFC2390. As far
> as I know there there is no Windows API for this. You can use librarys such
> as libcap or winpcap for this. Inverse ARP has the same packet format as
> ARP.
>
> --
> Chris
> www.chrismc.de
>
>
>



Relevant Pages

  • Re: get IP from MAC address
    ... (broadcast asking ' who has this'), ... >> You need to use RARP or Reverse Address Resolution Protocol. ... It will broadcast an RARP request and a RARP Server will wait ... Inverse ARP has the same packet format as ...
    (microsoft.public.win32.programmer.networks)
  • Re: get IP from MAC address
    ... > You need to use RARP or Reverse Address Resolution Protocol. ... however you have to have TCP/IP for it to work. ... It will broadcast an RARP request and a RARP Server will wait ... Inverse ARP has the same packet format as ...
    (microsoft.public.win32.programmer.networks)
  • Re: [PHP] Scripts taking too much time
    ... On 9/18/06, Chris wrote: ... I'd appreciate any advice or suggestions, ... I've compiled both Apache and PHP, ... includes per request, with an occasional require or two. ...
    (php.general)
  • Re: activation over the internet doesnt work
    ... From Microsoft or a private firm? ... > I just put in a request and 3 days later it arrived in the mail. ... >> I don't work for Microsoft in any way but have bought lots of their ... >> Chris Leeds, ...
    (microsoft.public.frontpage.client)
  • Re: Windows Live favorites/Calendar/etc?
    ... Did you try contacting your OEM or carrier and ask them to request this feature? ... Chris De Herrera ...
    (microsoft.public.pocketpc.activesync)

Loading