I have my web page in python, i am able to get the ip address of the user, who will be accessing our web page, we want to get the mac address of the user\'s PC, is it possib
The dpkt package was already mentioned on SO. It allows for parsing TCP/IP packets. I have not yet used it for your case, though.