Wireshark Wireshark is probably the most well-known and used protocol analyzer in information technology today. It’s available (most days… except for today for some reason) at https://www.wireshark.org. Linux, Windows, Mac, whatever. It runs fine. It’s also pretty easy to use. It has a Graphical User Interface (GUI – pronounced gooey) or a window for easier…
Month: March 2026
Tcpdump Intro
So… what is tcpdump? Tcpdump is a command-line utility that captures network traffic from network interfaces. Also, it can read from network captures. This blog will cover syntax, options, and ways to use the tool for someone unfamiliar. This blog is also the first in a new series I am writing about the tools I…