1 | initial version |
Apply a filter such as !(eth.dst[0:23] == 00:10:18)
Tune this to the specific MAC you want (src, dst or addr for both) and the Broadcom OUI involved (Broadcom has several, I just took one example)
2 | No.2 Revision |
Apply a display filter such as !(eth.dst[0:23] == 00:10:18)
Tune this to the specific MAC you want (src, dst or addr for both) and the Broadcom OUI involved (Broadcom has several, I just took one example)