Ask Your Question
0

How to restrict the packets shown to only those on your local subnet using a display filter?

asked 2022-12-01 10:11:54 +0000

venkatchaitanya752@gmail.com gravatar image

updated 2022-12-01 15:37:57 +0000

cmaynard gravatar image

by using display filter

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-12-01 15:42:34 +0000

cmaynard gravatar image

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
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-12-01 10:11:54 +0000

Seen: 311 times

Last updated: Dec 01 '22