I added the below rules:
/ip firewall calea
add action=sniff chain=forward sniff-id=100 sniff-target=192.168.1.222 sniff-target-port=5555
add action=sniff chain=forward sniff-id=100 sniff-target=192.168.1.222 sniff-target-port=5555
add chain=forward sniff-target=192.168.1.222 sniff-target-port=5555
add chain=forward sniff-target=192.168.1.222 sniff-target-port=5555
But where would I see the above in the Winbox GUI?
Also if I added the below, what would the difference be between the above and the below commands?
/ip firewall mangle
add action=sniff-tzsp chain=prerouting sniff-target=192.168.1.222 \
sniff-target-port=5555
Thanks in advance for the help ![]()