Wireshark is a widely-used open-source network protocol analyzer that allows users to capture and interactively browse the traffic running on a computer network. It provides a rich set of features for analyzing different types of network protocols, making it an essential tool for network administrators, cybersecurity professionals, and developers.

Articles by others on the same topic (1)

Wireshark by Ciro Santilli 37 Updated +Created
Amazing tool that captures packets and disassembles them. Allows you to click an interactive tree that represents Ethernet, TCP/IP and application layer like HTTP.
Start capture immediately from CLI, capture packets to/from 192.168.1.102:
sudo wireshark -f 'host 192.168.1.102' -k