Wireshark

Capabilities

Alternative: tcpflow, tshark, termshark

Statistics

#todo

The Statistics and Analyze Tabs

Statistics Tab

Wireshark interface showing address statistics, protocol hierarchy, and conversation details for network traffic analysis, including IP addresses, packet counts, and protocol breakdowns.

Analyze

Analyze Tab

Wireshark Analyze menu showing options for display filters, applying filters, enabled protocols, and expert information.

Following TCP Streams

To utilize this feature:

Follow A Stream Via GUI

GIF showcasing the 'Follow a Stream' functionality.

Alternatively, we can utilize the filter tcp.stream eq # to find and track conversations captured in the pcap file.

Filter For A Specific TCP Stream

Wireshark capture showing TCP and Telnet packets between IPs 10.100.18.5 and 10.100.16.1, with sequence and acknowledgment numbers.

To extract files from a stream:

Extract Files From The GUI

GIF showcasing the extraction of files from an HTTP stream.