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

Cannot filter on single IP

  • retag add tags

I am first time user. The interface is overwhelming with too many choices. I simply want to capture packets to and from a single IP on my network. When I look at Capture Filters and Display filters, and take out what I think I don't need, it quits working. I have looked at the wiki on capture and display filters, and neither were helpful. Wireshark worked when first installed it and no filters set.

CBrianC's avatar
1
CBrianC
asked 2019-09-16 15:37:05 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

To capture the traffic to and from a single IP, select the interface that contains the traffic of interest (if uncertain select them all) and then in the capture filter type:

host ip.of.interest

Note that if you're running on a typical wired network (switched) Wireshark will only be able to capture traffic between the machine you're capturing on and the IP of interest, traffic between that IP and others machines will NOT be captured.

If you're running on a Wireless network ,you might be able to capture traffic between other machines using "Monitor Mode", but this can be difficult to make work, especially using Windows as the capture machine.

There is an intro into Capture Setup on the Wiki, but it's quite technical as it's a technical task.

grahamb's avatar
23.8k
grahamb
answered 2019-09-16 16:54:29 +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