Side-by-side or overlay PDF diff with a document-type selector — Document (contracts, reports), AEC / Blueprint (drawings, schematics), or Image-Scan. Highlights pixel-level differences plus a word-level text diff in a modal.
Try clearing filters or adjusting your search — most categories have dozens of tools once you widen the net.
Network and sysadmin tools that run entirely in your browser — your packet captures, logs, and configs never touch a server. A packet capture is one of the most sensitive artifacts in IT: it is full of internal IPs, hostnames, credentials, and user data. Every online analyzer that can actually dissect it (CloudShark, A-Packets, PacketSafari) makes you upload it first, and some publish the result on a page other people can read. These tools do the opposite. The PCAP Analyzer opens .pcap and .pcapng files locally and gives you Wireshark-style dissection — packet list, per-packet protocol tree, hex, a real display filter, conversation and endpoint tables, protocol hierarchy, an IO graph, expert info, and follow-stream — for Ethernet, IP, TCP/UDP, DNS, HTTP, TLS, DHCP and more, with optional TLS keylog decryption using a keylog file you already have. Nothing uploads, there is no size cap beyond your device memory, and you can open DevTools and watch that nothing leaves the tab. Built for the moment someone hands you a capture on a locked-down or borrowed machine and you just need answers. It is a triage analyzer for the common case, not a full replacement for desktop Wireshark.
Frequently Asked Questions
Is my packet capture uploaded anywhere?
No. The PCAP Analyzer parses your .pcap/.pcapng entirely in your browser via a local WebAssembly engine. The capture never touches a server — open DevTools and watch the Network tab stay empty. That matters because captures are full of internal IPs, hostnames, credentials, and user data.
How is this different from uploading to CloudShark or A-Packets?
Those analyzers run on a server, so you have to upload your capture first — and some free tiers cap the file size or publish results on a page other people can read. These tools keep the file on your device, so there is no upload, no size cap beyond your own memory, and no chance your traffic lands somewhere public.
How do I get a packet capture without Wireshark?
You usually already have one, or can make one without installing anything. Windows 10/Server 2019+ ship pktmon (pktmon start --capture, then pktmon pcapng). Linux and macOS have tcpdump. Network gear, firewalls, and cloud VPC traffic mirroring all export pcap/pcapng. Then just drop the file here.
Is this a full replacement for Wireshark?
No, and it does not try to be. Desktop Wireshark is free, local, and has thousands of dissectors. This is a triage analyzer for the common case — the protocols in the vast majority of captures — for when you cannot or do not want to install software but still need to read a capture privately and fast.