When troubleshooting a network problem with Wireshark, it is easy to concentrate on packet addresses, protocols, and conversations while overlooking one of the most useful pieces of information on the screen: time. The Time column can tell you much more than simply when a packet was captured. With the right configuration, it can help reveal delays, gaps in communication, retransmissions, and the sequence of events that led to a problem. If you are trying to understand why an application feels slow or why a TCP conversation is taking longer than expected, packet timing can be a very useful clue.
August 05, 2021
July 27, 2021
Wireshark Name Resolution: Make IP Addresses Easier to Understand (Chris Greer)
February 23, 2021
How to Decrypt TLS Traffic in Wireshark Using Session Keys (Chris Greer)
Chris Greer’s walkthrough on decrypting HTTPS traffic in Wireshark is one of those rare tutorials that makes a pretty intimidating topic feel surprisingly doable. He breaks down how TLS 1.3 session keys work, why you normally can’t peek inside encrypted packets, and how a simple environment variable on Windows lets you capture those keys right from your browser. It’s approachable, but still nerdy enough to scratch that packet‑analysis itch.
The core trick is setting the SSLKEYLOGFILE environment variable so Chrome writes out the session keys as it negotiates TLS. Once you’ve got that log file, Wireshark can use it to decrypt the encrypted streams in real time. Chris walks through the exact steps—Control Panel, Advanced System Settings, Environment Variables—and shows how to plug the keylog into Wireshark’s TLS preferences. If you’ve ever wanted to see what’s actually happening inside HTTPS without guessing, this is the cleanest path in.
December 15, 2020
Wireshark Tutorial - Find TCP Delays (Chris Greer)
Popular post in the past 30 days
-
In 1985, the Cray-2 was the fastest computer on Earth — a liquid-cooled, room-sized beast that cost as much as a small hospital and hummed a...
-
If you’ve ever run PowerShell’s `Test-Connection` command and wondered what is actually happening on the network, Wireshark is the perfect...
-
If you’ve spent years working with web applications, APIs, and load balancers, you’re probably used to the classic HTTP verbs: GET, POST, ...
-
When a network problem shows up, it's tempting to jump straight to software configs, IP addressing, or switch settings. But skipping the...
-
When people talk about the birth of the personal computer revolution, names like Apple and Commodore usually get most of the attention. Bu...

