Re: get IP from MAC address
From: AlexWavecom (AlexWavecom_at_discussions.microsoft.com)
Date: 09/03/04
- Next message: Alun Jones [MSFT]: "Re: Log Out Issues"
- Previous message: patrick_at_klos.com: "Re: TCP/IP doubles 0XFF characters in data stream"
- In reply to: Chris: "Re: get IP from MAC address"
- Next in thread: Chris: "Re: get IP from MAC address"
- Reply: Chris: "Re: get IP from MAC address"
- Messages sorted by: [ date ] [ thread ]
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
>
>
>
- Next message: Alun Jones [MSFT]: "Re: Log Out Issues"
- Previous message: patrick_at_klos.com: "Re: TCP/IP doubles 0XFF characters in data stream"
- In reply to: Chris: "Re: get IP from MAC address"
- Next in thread: Chris: "Re: get IP from MAC address"
- Reply: Chris: "Re: get IP from MAC address"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|