Using the statistics – capture file properties menu
In this recipe, we will learn how to get general information from the data that runs over the network. The capture file properties in Wireshark 2 replaces the summary menu in Wireshark 1.
Getting ready
Start Wireshark, click on Statistics
.
How to do it...
- From the
Statistics
menu, chooseCapture File Properties
:

What you will get is the Capture File Properties
window (displayed in the following screenshot).
- As you can see in the following screenshot, we have the following:
File
: Provides file data, such as filename and path, length, and so onTime
: Start time, end time, and duration of captureCapture
: Hardware information for the PC that Wireshark is installed onInterfaces
: Interface information—the interface registry identifier on the left, if capture filter is turned on, interface type and packet size limitStatistics
: General capture statistics, including captured and displayed packets:

How it works...
This menu simply gives a summary of the...