I am doing analysis of WiFi traffic between my device and the AP. I let wireshark run overnight, but my disk fills up and wireshark crashes. I was hoping someone could tell me how to build a filter that filters the capture for any traffic to/from a particular MAC? Thanks Anon asked 31 Jan '14, 18:45 YIleKu |
One Answer:
You can use a capture filter to capture data frames to/from a mac address: answered 01 Feb '14, 00:04 joke |
thank you. I want to capture all frames management and data to and from my host. Actually my host has two mac addresses. M
It looks like this filter captures traffic that has a source address of the mac listed. Is there a way to capture any traffic to or from this host? thank