Ubuntu/Debian:
sudo apt update
sudo apt install wireshark
CentOS/RHEL:
sudo yum install wireshark
Launch Wireshark:
wireshark
Start Capturing Packets:
Select an interface and click "Start capturing packets"
Stop Capturing Packets:
Click "Stop capturing packets"
Capture Filter:
Enter a capture filter in the "Capture Options" dialog
Promiscuous Mode:
Enable promiscuous mode to capture all packets on the network
Filter by Protocol:
http
Filter by IP Address:
ip.addr == 192.168.1.1
Filter by Port:
tcp.port == 80
Packet Details:
Click on a packet to view its details
Follow Stream:
Right-click on a packet and select "Follow" -> "TCP Stream"
Save Capture File:
File -> Save As...
Export Specific Packets:
File -> Export Specified Packets...
Statistics:
Statistics -> Summary
Protocol Hierarchy:
Statistics -> Protocol Hierarchy
Conversations:
Statistics -> Conversations
Check Wireshark Version:
wireshark --version
Debugging Output:
wireshark -d
Verbose Output:
wireshark -v
Official Wireshark Documentation:
Wireshark Documentation
Wireshark Mailing List:
Wireshark Mailing List
Wireshark User Guide:
Wireshark User Guide