Ask Your Question
0

what filter would display just dns or icmp traffic from 8.8.8.8

asked 2019-02-01 21:37:41 +0000

Ayla gravatar image

what filter would display just dns or icmp traffic from 8.8.8.8

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2019-02-01 22:15:14 +0000

Jasper gravatar image

updated 2019-02-10 04:58:54 +0000

cmaynard gravatar image

If you really only want to see answers, you could use:

 (icmp or dns) and ip.src==8.8.8.8

If you want both requests and answers, it would be:

 (icmp or dns) and ip.addr==8.8.8.8
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

2 followers

Stats

Asked: 2019-02-01 21:37:41 +0000

Seen: 1,909 times

Last updated: Feb 10 '19