when i write in the filter i get an error, this is what i write: "ether host 'macaddress'". I want to filter it so it only displays packets from the host Mac-address. And when i starts to write 'ether' it doesn't come up white anything i can use. How can a make it capture the MAC address. asked 19 Sep '12, 00:20 Munken |
4 Answers:
eth.src==MACaddress answered 19 Sep '12, 00:29 Munken |
This filter can not apply on my Wireshark 1.12.5 but
Display as green for Wireshark This answer is marked "community wiki". answered 31 May '15, 19:37 Sky Rover |
eg.
works on Wireshark 2.2.2 as a display filter to see everything except for your own traffic Regards A3an This answer is marked "community wiki". answered 24 Nov '16, 03:38 A3an edited 24 Nov '16, 03:40 |
To capture packets from MAC address XX:XX:XX:XX:XX:XX:
If you've captured packets without a MAC source address filter, and want to filter the display to show only packets from MAC address XX:XX:XX:XX:XX:XX:
if it's an Ethernet capture,
if it's an 802.11 capture, etc.. answered 24 Nov '16, 14:54 Guy Harris ♦♦ |
This is a display filter for a MAC address. The other syntax "ether host MAC" is a capture filter.