Can you just tell me how can i capture mac addresses using wireshark. I am new to it when i use ether host "mac address" to get the mac addresses, the software is capturing packets but it is not displaying it. asked 30 Sep '14, 18:29 Harish Vaibhav |
One Answer:
The mac address should be visible in the Ethernet (assuming that's the media you are using) dissection in the packet details pane. By default mac addresses are not shown in the columns in the packet list, but you can add columns to show source and destination mac addresses, see this question. answered 01 Oct '14, 02:01 grahamb ♦ |
i am using wifi as my media. how can i add columns in wireshark to capture mac ids?
we are doing a project in which we need to determine the number of wifi links to a laptop or mobile phone by capturing the mac ids and counting them. i want to know how this can be implemented using wireshark