Вниз
Скачать: CL | DM;

Как узнать MAC-адрес   Найти похожие ветки 

 
Chris ©   (2003-05-25 18:32) [0]

Как узнать MAC-адрес другой машины, зная ее IP-адрес?


 
Verg ©   (2003-05-26 13:21) [1]

В Win2K это можно сделать функцией SendArp:

function SendARP(DestIP, SrcIP : TIpAddr;
pMacAddr,
PhyAddrLen :PULONG):DWORD; stdcall;

{Parameters
DestIP
[in] Destination IP address. The ARP request attempts to obtain the physical address that corresponds to this IP address.
SrcIP
[in] IP address of the sender. This parameter is optional. The caller may specify zero for the parameter.
pMacAddr
[out] Pointer to an array of ULONG variables. The first six bytes of this array receive the physical address that corresponds to the IP address specified by DestIP.
PhyAddrLen
[in, out] On input, specifies the maximum buffer size the user has set aside at pMacAddr to receive the MAC address, in bytes. On output, specifies the number of bytes written to pMacAddr.
Return Values
If the function succeeds, the return value is NO_ERROR.

If the function fails, use FormatMessage to obtain the message string for the returned error.
}

implementation

function SendARP; external "IPHLPAPI.DLL" name "SendARP";



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.012 c
1-100813
Jakkie
2003-07-17 14:30
2003.07.31
Rtf->Plain text


14-100968
Igor__
2003-07-14 19:30
2003.07.31
Зачем нужна Стеганография


14-100947
Князь Мышкин
2003-07-11 15:51
2003.07.31
Базы данных


1-100818
Beginner3000
2003-07-16 00:38
2003.07.31
---|Ветка была без названия|---


14-100985
LiLa Ananda
2003-07-16 08:29
2003.07.31
Делитесь ли вы проблемами?




   Наверх