Wireshark

Content that refers to the Wireshark packet analysis tool.

Combining Wireshark Ring Buffers with Capture Filters for Performance

Post Views: 1,242 Check out these great references as well:  Our custom profiles repository for Wireshark  Our Udemy course on Wireshark   Our Udemy course on Wireless Packet capture In our previous post I showed you how to use Wireshark’s Ring Buffer feature. I think we can all agree how great that feature is. In this […]

Combining Wireshark Ring Buffers with Capture Filters for Performance Read More »

, , , ,

Wireshark Ring Buffer Capture Feature

Post Views: 3,395 Check out these great references:  Our custom profiles repository for Wireshark  Our Udemy course on Wireshark   Our Udemy course on Wireless Packet capture Wireshark’s Ring Buffer feature is a capture mechanism feature that automatically rotates packet capture files based on size or time limits, overwriting the oldest files when a defined limit

Wireshark Ring Buffer Capture Feature Read More »

, ,

The TLS 1.2 Protocol Ladder

Post Views: 1,915 I provide this information for reference when examining TLS in Wireshark. The TLS 1.2 protocol ladder (also called the TLS handshake ladder) describes the step-by-step sequence of message exchanges between a client and server as they negotiate a secure, encrypted connection. Think of it as a “ladder” where each side alternates rungs

The TLS 1.2 Protocol Ladder Read More »

, , , ,

What is the Adapter for loopback traffic capture in Wireshark?

Post Views: 8,301 Using a loopback adapter (also called a local loopback interface) for packet capture in Wireshark allows you to capture traffic that stays within your own computer — for example, packets exchanged between local applications via localhost or 127.0.0.1. Normally, this traffic never reaches a physical network interface, so a loopback capture is

What is the Adapter for loopback traffic capture in Wireshark? Read More »

, ,

Ethernet Taps to Capture Network Traffic

Post Views: 3,944 Many technicians and network engineering staff, as well as IT staff, often need to “tap” into the Ethernet to capture and troubleshoot network traffic. A full-duplex tap (also called a network tap) is a hardware device placed inline on an Ethernet link that allows network engineers to capture all traffic traveling in

Ethernet Taps to Capture Network Traffic Read More »

, , , ,

Can ChatGPT 5 analyze PCAP’s?

Post Views: 6,888 I am a ChatGPT subscriber to the basic (not PRO) service. I saw the following post on LinkedIn and was fascinated: Think about the implications. You don’t need to know how to use Wireshark other than to do a capture. You certainly don’t need to know how to troubleshoot packet captures as

Can ChatGPT 5 analyze PCAP’s? Read More »

, , , ,

Is Wireshark a Red Team or Blue Team Tool?

Post Views: 2,787 Great question. In one sentence it is a purple tool, meaning both! Wireshark itself is a passive tool, it is non-intrusive — it doesn’t create attacks — but it’s a force multiplier for both Red and Blue Teams depending on who controls the capture point and how the data is used. Let

Is Wireshark a Red Team or Blue Team Tool? Read More »

, , , , , , ,

Capturing Wi-Fi Beacon Frames with WinFi

Post Views: 3,419 As a frequent reader here will know, my Wi-Fi Analyzer of choice is called WinFi. It has been around many years as is fabulous. In version 2, and the new version 3, you can capture Wi-Fi Beacon Frames and examine them. This post will explain what you can capture and how this

Capturing Wi-Fi Beacon Frames with WinFi Read More »

, , , ,

Wireshark TCP Analysis Flags Cheat Sheet

Post Views: 13,781 A Wireshark TCP Analysis Flags cheat sheet is essential because TCP is the foundation of most modern network communications, and Wireshark’s built-in TCP Analysis engine automatically identifies performance problems, retransmissions, latency conditions, packet loss, flow-control issues, and connection anomalies that would otherwise require deep manual packet inspection. For many users, the TCP

Wireshark TCP Analysis Flags Cheat Sheet Read More »

, , , , ,

Troubleshooting C15 and MGCP Protocols for VoIP

Post Views: 2,883 Let’s start with some simple definitions of these protocols and how they work together. In Voice over IP (VoIP) to PSTN (telephone) network integration, MGCP and C15 can work together as part of a layered signaling architecture that bridges IP-based call control with traditional PSTN switching systems. Here’s how they fit and

Troubleshooting C15 and MGCP Protocols for VoIP Read More »

, , , ,

Capturing Packet Traffic with VLAN Tags on Windows

Post Views: 11,206 Capturing network traffic with VLAN tags on a Windows computer can be tricky due to how network adapters and capture software handle VLAN-tagged frames. By default, Windows often strips VLAN tags before passing packets to capture applications like Wireshark. However, there are ways to configure your setup to properly capture VLAN information.

Capturing Packet Traffic with VLAN Tags on Windows Read More »

, , ,

Which Version of TCP are you using?

Post Views: 8,948 So often in Wireshark videos and classes we spend a lot of time on TCP behavior. But what I am about to discuss is hardly ever brought up. The answer to version is simple right? Version 4. OK, kind of right, but overlooking too much. The truth is that there are multiple

Which Version of TCP are you using? Read More »

, , , , , , , ,
Scroll to Top