732 B
732 B
pcapfix
Repair damaged or corrupted
pcapandpcapngfiles. More information: https://f00l.de/pcapfix/.
- Repair a
pcap/pcapngfile (Note: forpcapfiles, only the first 262144 bytes of each packet are scanned):
pcapfix {{path/to/file.pcapng}}
- Repair an entire
pcapfile:
pcapfix --deep-scan {{path/to/file.pcap}}
- Repair a
pcap/pcapngfile and write the repaired file to the specified location:
pcapfix --outfile {{path/to/repaired.pcap}} {{path/to/file.pcap}}
- Repair a
pcapngfile and treat it as apcapngfile, ignoring the automatic recognition:
pcapfix --pcapng {{path/to/file.pcapng}}
- Repair a file and show the process in detail:
pcapfix --verbose {{path/to/file.pcap}}