Hi,
I’m trying to set up packet sniffer with filter like ((arp) or (host ) or (ether host )) on mikrotik sniffer.
I’ve noticed that on console, there’s option “filter-operator-between-entries”, but even on “or”, having:
filter-mac-protocol: arp
filter-ip-address: /32
won’t give me any captured traffic. if I leave out the arp, it will.
the point is, it seems I’ve got a device on the network that tries to arp-poison from time to time (roommates potentially compromised android phone), so we’re trying to catch it when it happens. therefore filter to catch all arp, and traffic from the phones ip and mac.
can it be done or do I need to span all traffic and filter it later?
Gh.