Wireshark 4.6.0 Adds macOS pktap Metadata Support for Process-Level Network Analysis
By
c0nsumer
Not artisan, but a perfectly fine bagel. Hits the spot.
Summary
Wireshark 4.6.0 now supports parsing macOS pktap metadata including process ID and process name information, enabling network administrators to capture and analyze network traffic with detailed process-level information. The article explains how to use the pktap interface parameter with tcpdump to capture on multiple interfaces simultaneously, providing a practical example of capturing on loopback and en0 interfaces.
Key quotes
· 4 pulledFour years after my post on doing network captures on macOS with Process ID, Wireshark 4.6.0 has been released which includes support for parsing this extra metadata, including the process info.
So how do you do it? Easy! You just need the pktap interface parameter.
Alternatively, to capture on more than one interface at a time, one may use "pktap" as the interface parameter followed by an optional list of comma separated interface names to include.
For example, to capture on the loopback and en0 interface: tcpdump -i pktap,lo0,en0
You might also wanna read
AgentSwift: An Autonomous AI Coding Agent for Apple Platform Development
AgentSwift is a native macOS application that runs an autonomous AI coding agent specifically designed for Apple platform development. It us
Package Mate: Open-Source macOS Development Environment Manager for Apple Silicon
Package Mate is an open-source macOS development environment manager built in Go for Apple Silicon. It simplifies macOS dev setup by allowin
macOS 26.3.1 Update Breaks /etc/resolver/ DNS Configuration for Custom TLDs
A detailed bug report documenting a regression in macOS 26.3.1 where the /etc/resolver/ mechanism for custom TLD DNS resolution has stopped
Safehouse: macOS Kernel-Level Sandboxing for Secure Local AI Agent Development
Safehouse is a macOS-native sandboxing solution for local AI agents that provides kernel-level enforcement to prevent destructive actions. I
Accessing Apple Silicon MacBook Accelerometer and Gyroscope via IOKit HID
This article documents a GitHub project that enables reading the undocumented MEMS accelerometer and gyroscope sensors in Apple Silicon MacB
Developer Tests Apple's Fix for macOS Window-Resizing Bug in 26.3 Release Candidate
A developer investigates Apple's claim that a window-resizing bug in macOS 26.3 Release Candidate has been fixed. The developer created a te
noheger.at·3mo ago