Re: Getting the MAC address of a client

2002-10-10 Thread Ray Olszewski
At 12:56 PM 10/10/02 -0500, Lee Chin wrote: >Hello, >When my server application accepts a client socket connection, what is the >easiest way to obtain the MAC address of the peer? I tried listing the >ARP table but I did not see an entry for the IP address and MAC address of >the client. >I wa

Re: Getting the MAC address of a client

2002-10-10 Thread Glynn Clements
Lee Chin wrote: > When my server application accepts a client socket connection, what is > the easiest way to obtain the MAC address of the peer? I tried listing > the ARP table but I did not see an entry for the IP address and MAC > address of the client. > > I want to avoid having to ping the

Getting the MAC address of a client

2002-10-10 Thread Lee Chin
Hello, When my server application accepts a client socket connection, what is the easiest way to obtain the MAC address of the peer? I tried listing the ARP table but I did not see an entry for the IP address and MAC address of the client. I want to avoid having to ping the client to get the AR