Using the Endpoints tool from the Statistics menu
In this recipe we will learn how to get statistics on endpoints information of the captured data.
Getting ready
Start Wireshark, click on Statistics.
How to do it...
To view the endpoint statistics, follow these steps:
From the statistics menu, click on Endpoints.
The following window will come up:
In this window, you will be able to see layers 2 and 3 and 4 endpoints, which are Ethernet, IP, and TCP or UDP.
How it works...
It simply gives statistics on all the endpoints that Wireshark has discovered. It could be any of the situations here:
Few Ethernet endpoints (these are MAC addresses) with many IP end nodes (these are IP addresses): This will be the case where, for example, we have a router that sends/receives packets from many remote devices, and what we will see is the MAC address of the router and many IP addresses coming/going through it.
Few IP end nodes with many TCP end nodes: this will be the case for many TCP connections per host. It can...