Hello. My professor gave us an homework about wireshark so i am kinda new to this application. I dowloaded the wireshark. My professor sent a .pcap (capture file) to answer the following questions on the homework. So my question is, how do you check the MAC address for the wireless network card in an IP address on the .pcap (captured file) sent by my professor? Thanks asked 10 Apr '11, 12:36 alvnfer |
One Answer:
I'm not exactly sure what your task actually is (maybe my english isn't good enough to understand it), but I'll try to give you some hints: If you know the IP address and want to know which MAC address it was used by you can just filter on the ip address using If my answer isn't helping let us know, and maybe try to clarify the question like this:
answered 10 Apr '11, 14:12 Jasper ♦♦ |
This is my first time using wireshark so i have low knowlegde of tracing.
I am looking for something like this "6E:51:F5:c1:11:00" which the MAC add on the capture i think.
This is the actual question: What is the MAC address for my wireless network card with an IP address of 879.125.8.3?
I just do not understand what he meant for wireless network card. i cannot trace those
Uh, the IP address "879.125.8.3" is not exactly a valid IP, the first octet may not exceed 255. But anyway, if it were a valid IP you'd filter for "ip.src==879.125.8.3" by entering that into the filter bar right on top of the packet list. That will only give you packets comming from your professors IP (which happens to "live" on his wireless card). Look into one of the packets and write down the source MAC address as specified in the ethernet header.