Note to myself, If you want to merge multiple wireshark files, save & execute the following command from a batch file.
where:
{mergecap wireshark utility} - mergecap.exe file path
{mergefile name} - name of the merged file to be generated
{files to merge} - wireshark files that need to be merged
Example:
Run the batch file from within the same folder where all wireshark files are located.
Cmd /V:on /c {mergecap wireshark utility} -w {mergefile name} {files to merge} |
where:
{mergecap wireshark utility} - mergecap.exe file path
{mergefile name} - name of the merged file to be generated
{files to merge} - wireshark files that need to be merged
Example:
Cmd /V:on /c "c:\Program Files\Wireshark\mergecap.exe" -w allWireshark.pcap wiresharkDump*.pcap |
Run the batch file from within the same folder where all wireshark files are located.
No comments:
Post a Comment