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

finding communicating devices on network

  • retag add tags

I'm new to wireshark and was wondering what filters you should use to be able to tell which devices are actively communicating on the local area network. By active I mean devices that are both receiving and responding to traffic. I just opened a Pcap file that has thousands of packets so I'm having trouble figuring out how to remove the packets where, for example, a computer only sent out information and then shut down so it couldn't receive anything and is therefore not active.

jake hutnick's avatar
1
jake hutnick
asked 2021-10-13 19:03:27 +0000
edit flag offensive 0 remove flag close merge delete

Comments

To be honest I think it is unclear what you are trying to determine.

hugo.vanderkooij's avatar hugo.vanderkooij (2021-10-15 06:48:47 +0000) edit
add a comment see more comments

1 Answer

0

Maybe look at the Conversations dialog (from Statistics -> Conversations) that shows what endpoints are communicating.

grahamb's avatar
23.8k
grahamb
answered 2021-10-14 08:28:31 +0000
edit flag offensive 0 remove flag delete link

Comments

The next step would be to filter with ip.addr == 10.1.2.3 if you think that machines is active by your definition.

hugo.vanderkooij's avatar hugo.vanderkooij (2021-10-15 06:48:04 +0000) edit
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