because I only want to capture packets from 192.168.3.76
Yet, when I start, then stop it, and then check “packet print”, I see traffic from going to and from the router to all 192.168.3.x addresses, not just 192.168.3.76. Also, no matter what, I have never seen an icmp packet logged in sniffer, which is bizarre.
I am trying to do a ping from the router (192.168.3.254) to the host (192.168.3.76) and capture a sniff of this. I have also tried setting the sniffer as:
icmp is not logged using IP ONLY for some reason, i believe it thinks icmp is not IP protocol but it a different protocol - which it sort of is. Seems like I ran into this as well on 2.8.11. It’d be nice to still be able to specify source / dest IP even when using ALL FRAMES option.
The reason its not logged, is because its broke, or its an undocumented feature.
ICMP is most DEFINITELY an IP protocol. In fact, its IP Protocol 1, it is in no way, shape or form not part of the IP protocol: icmp, igmp, tcp, igrp, udp, etc these are all part of IP protocol, and should be caught by sniffer.
Why it is broke, I don’t know, but it sure does suck, because I really need to look at ICMP packets on a mikrotik right now.