All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Wireshark 4.6.0 Adds macOS pktap Metadata Support for Process-Level Network Analysis

By

c0nsumer

7mo ago· 2 min readenNews

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 pulled
Four 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
Snippet from the RSS feed
Four 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.

You might also wanna read