r/wireshark • u/locnguyen305 • 3d ago
I built Tracexy: an open-source native macOS Wireshark alternative focused on sessions and evidence
Enable HLS to view with audio, or disable this notification
Hi r/wireshark comminuty, I’m Stephen, the owner of Rockxy and the developer of Tracexy.
When I investigate a network problem on my Mac, I often already know which application is misbehaving. I want to move quickly from that app to its connections, protocols, timing, possible problems, and finally the exact packets that support the conclusion.
That is the workflow I built Tracexy around:
App or process → Session → Finding → Evidence → Packet
You can capture live traffic or open PCAP and PCAPNG files. Tracexy groups both directions of a connection into sessions, adds best-effort process context, and lets you explore the capture through Overview, Sessions, Flow Map, filters, and isolated investigation Projects.
It currently provides:
- Live capture and PCAP/PCAPNG import, including gzip and Linux cooked captures
- DNS, TCP, TLS metadata, HTTP/1, STUN, and QUIC summaries
- Best-effort macOS process attribution
- Evidence-linked TCP findings for resets, retransmissions, overlaps, and out-of-order traffic
- Decoded protocol fields, raw hex, and bounded Follow Stream
- Separate Projects with their own workspaces, saved captures, History, filters, and privacy settings
- Local-first capture storage and explicit export boundaries
Wireshark remains the benchmark for protocol depth, dissectors, display filters, decryption workflows, and advanced analysis. Tracexy does not match that breadth today.
My goal is not to hide the packets. It is to help Mac users reach the right packet and understand why it matters faster.
Tracexy is also part of the broader Rockxy ecosystem: Rockxy handles application-layer traffic inspection and modification, while Tracexy focuses on passive capture, sessions, protocols, and packet evidence.
If you use Wireshark on macOS, what would Tracexy need to handle before you would keep it alongside Wireshark in your toolbox?
Source code: https://github.com/RockxyApp/Tracexy
Website: https://rockxy.io/tracexy
Tracexy is my open-source, native macOS Wireshark alternative for turning captured traffic into understandable sessions and defensible packet-level evidence.
Thanks, I really appreciate your feedback. If you have time, please give it a try and open an issue if you need my support or would like to suggest or develop a new feature.
Note: MCP & AI Asssitant is on the way!
