How to restrict the packets shown to only those on your local subnet using a display filter?
by using display filter
add a comment
by using display filter
If I assume your local subnet is 192.168.1.0/24, you can use the following display filter to limit the packets shown to only that subnet:
ip.src == 192.168.1.0/24 && ip.dst == 192.168.1.0/24
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-12-01 10:11:54 +0000
Seen: 324 times
Last updated: Dec 01 '22