You can verify the file type of pcap files with capinfos
(e.g., simply enter capinfos your_capture.pcap
in the command line).
capinfos
is available with the WireShark distribution.
Существует три различных формата файлов, связанных с расширением ".pcap" - метки времени libpcap / w микросекунды, метки времени libpcap / w наносекунды и pcapng.
Есть ли простой способ отличить их от сценариев? Можно использовать cmd, powershell или bash.
You can verify the file type of pcap files with capinfos
(e.g., simply enter capinfos your_capture.pcap
in the command line).
capinfos
is available with the WireShark distribution.