First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

  • retag add tags

by using display filter

venkatchaitanya752@gmail.com's avatar
3
[email protected]
asked 2022-12-01 10:11:54 +0000
cmaynard's avatar
11.1k
cmaynard
updated 2022-12-01 15:37:57 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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
cmaynard's avatar
11.1k
cmaynard
answered 2022-12-01 15:42:34 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer