Drop a .pcap or .pcapng capture
or click to browse — read in this tab, never uploaded
What this tool does not decode
Nothing is uploaded. The file is read in this tab and dissected in a Web Worker — opening a capture makes no network request at all, and you can watch DevTools stay empty while it does.
- TLS application data is not decrypted. Handshake fields that travel in the clear are shown in full: SNI, ALPN, offered and negotiated versions, cipher suites, and the certificate's subject, issuer, validity and SANs.
- HTTP/2 is readable only in cleartext — h2c or prior knowledge. Running over TLS, it is not.
- QUIC: only Initial packets decode, because their keys are derived from public values (RFC 9001). Handshake and 1-RTT packets do not, so HTTP/3 request and response bodies are NOT readable — this page can say "this is HTTP/3" and show the ClientHello's SNI and ALPN, nothing more.
- An unsupported protocol shows its raw payload. The tool does not guess.
- Link layers dissected in v1: Ethernet, 802.1Q/QinQ VLAN, Linux SLL and SLL2, raw IP, Null/Loopback. Frame Relay, Token Ring and FDDI captures open but do not dissect — when that happens the page names the link type instead of showing an empty tree.