logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Repair PCAP Files - Fix Corrupted Captures | Online Free DevTools by Hexmos

Repair corrupted PCAP files with Pcapfix. Recover and fix damaged packet captures and PcapNG files. Free online tool, no registration required.

pcapfix

Repair damaged or corrupted PCAP and PcapNG files. More information: https://f00l.de/pcapfix/.

  • Repair a PCAP/PCapNG file (Note: For PCAP files, only the first 262144 bytes of each packet are scanned):

pcapfix {{path/to/file.pcapng}}

  • Repair an entire PCAP file:

pcapfix --deep-scan {{path/to/file.pcap}}

  • Repair a PCAP/PcapNG file and write the repaired file to the specified location:

pcapfix --outfile {{path/to/repaired.pcap}} {{path/to/file.pcap}}

  • Treat the specified file as a PcapNG file, ignoring automatic recognition:

pcapfix --pcapng {{path/to/file.pcapng}}

  • Repair a file and show the process in detail:

pcapfix --verbose {{path/to/file.pcap}}

See Also