Capture File Properties Dialog in Wireshark Last Updated : 29 Sep, 2022 Summarize Comments Improve Suggest changes Share Like Article Like Report In Wireshark, after capturing some traffic of a network we can save the capture file on our local device so that it can be analyzed thoroughly in the future. We can save captured packets by using the File → Save or File → Save As… menu items. Sometimes we need the details and properties of the captured file. The general information about any saved capture file will be displayed in the “Capture File Properties” dialogue. Steps to Open “Capture File Properties” Dialogue:Start the Wireshark by opening any previously saved captured file.In the bottom left corner of Wireshark's main window, there is a small file icon after which the name of the loaded file is written. Click on that small file icon. This will then bring up the “Capture File Properties” window. Properties: File: Displays the general information about the capture file like its full path, size in bytes, cryptographic hash values, file format, and encapsulation.Time: Displays the timestamps of the first and the last packet in the file along with the time duration during which the capture is ongoing.Capture: Displays information about the capture environment including the hardware, OS, and application. Only the ".pcapng" format has this information, while the ".pcap" doesn’t.Interfaces: Displays information about the capture interface or interfaces.Statistics: It displays the statistical summary of the saved capture file. We will see values in the Captured column only if the filter primitive is already set. We will see values in the Marked column if any packets are marked. Capture file comments: We can write a text comment for the entire file and can also view and edit this comment here.Control of Capture File Properties: Refresh: It updates the information in the dialogue.Save Comments: It saves the comments written in the “Capture file comments” box.Close: It closes the dialogueCopy To Clipboard: It Copies the information to the clipboard.Help: It opens the User’s Guide. Comment More infoAdvertise with us Next Article Steps of Filtering While Capturing in Wireshark K kaalel Follow Improve Article Tags : Ethical Hacking Wireshark Data Capturing Similar Reads Capture Options Dialog Box in Wireshark Wireshark is an open source computer software that supports network troubleshooting and surveillance. It allows users to monitor and analyze network traffic. This software runs on a personal computer or on a mobile device, allowing users to capture and view packets captured on a network. Analyzing t 5 min read Steps to Open Capture Files in Wireshark Prerequisite: Wireshark Packet Capturing and Analyzing In Wireshark, after capturing some traffic of a network, we can save the capture file on our local device so that it can be analyzed thoroughly in the future. We can save captured packets by using the File â Save or File â Save Asâ¦â menu items. 3 min read Merging Captured Files in Wireshark One of the features of Wireshark is that we can capture packets from multiple interfaces. We can start analyzing multiple interfaces by pressing the left CTRL key and then clicking on the multiple interfaces displayed on the main window of the Wireshark. While capturing packets from multiple interfa 2 min read Compiled Filter Output Dialog Box in Wireshark The "Compiled Filter Output" dialogue box displays the compiled byte code for our capture filter. It will help us to better understand the capture filter created. The "Compiled Filter Output" dialogue box displays the result of compiling the BPF filter for the selected interface. The "Compile Select 1 min read Steps of Filtering While Capturing in Wireshark Prerequisite: Wireshark â Packet Capturing and Analyzing Wireshark is a network protocol analyzer that captures packets from a network connection. It is a software tool used to monitor network traffic through a network interface. Wireshark can limit packet capture by capturing only those packets tha 4 min read What are File Sets in Wireshark ? File Sets in Wireshark are a way to discover, filter, and process traffic. They help you to better organize your captured data and analyze the information for a specific type of file or protocol. This is an indispensable tool for fast and efficient analysis. Wireshark's File Sets are based on Common 6 min read Like