Inspect & Forensics
Parse a .pcap capture and list packets with timestamps and lengths.
Runs entirely in your browser
Nothing you paste is uploaded. Monaco and Prettier load on demand from this origin.
PCAP capture
Classic libpcap format — parsed locally
Open a .pcap file to list captured packets.
There is no upload endpoint — your files are processed in this browser tab. Open your network tab and check. See how it stays private.
How to PCAP viewer
- Open a capture. Drop a .pcap or .pcapng file.
- Browse packets. See the packet list with protocols and endpoints.
- Inspect. Drill into a packet's layers and fields.
Packet captures are sensitive — they can contain anything on the wire — so uploading one to inspect it is risky. A browser viewer lets you browse packets, protocols, and conversations without that exposure.
For application-level captures, the HAR viewer reads HTTP archives; to decode a protobuf payload inside a packet, the protobuf decoder.
Frequently asked questions
What formats does it read?
Standard libpcap (.pcap) and pcapng (.pcapng) captures from tools like Wireshark and tcpdump, parsed locally into a browsable packet list.
Why view a PCAP locally?
Captures can contain sensitive traffic and credentials. Parsing in the browser means that network data never leaves your device.
Is my capture uploaded?
No. All parsing happens in the browser, so the .pcap stays local.
Related tools
- HAR viewer + scrubInspect a .har capture and strip auth tokens and cookies before sharing.
- Protobuf decoderDecode raw protobuf bytes into field numbers, wire types, and values.
- IPv4 / IPv6Convert IPv4 to integer and binary, and expand or compress IPv6.
- Common portsSearch common TCP/UDP ports and their services.