Any type of comms with the remote host will give you
back a remote MAC address (icmp, tcp, udp, whatever).
If grab the packets with your Winpcap app, you will
get the MAC address of the source and the destination
host for every packet. 

Info on arp can be found in RFC 826 or just do a
search on google.

Each NIC you get has a unique MAC address, so you
can't just use any address. Plenty of info on google
or see your favorite book seller for lots of books on
networking.



--- Daniel Frimerman <[EMAIL PROTECTED]> wrote:
> Do I get remote mac address through ARP? Surely
> there is an easier way?
> 
> I used raw sockets and sniffed my network and saw no
> ARP packets sent out. I used a list of random IP
> addresses. The packets contained the same mac
> address. What is it? Can I use any destination mac
> address? *confused*
> 
> Also, I heard bad news about inability to send
> packets with PPP :( That's some major drawbacks. It
> just has to be said bold in applications I release
> that no PPP is supported :(
> 
> 
> 
> Daniel


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


==================================================================
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to