mergecap with latest Windows 10 update

asked Jun 12 '18

psteh gravatar image

updated Jun 12 '18

cmaynard gravatar image

Greetings, previously I ran mergecap command without problem and can merge multiple PCAP files all together. But today I tried mergecap and it wrote there

Error: Command failed: mergecap -w "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/merged/pcap_20180612155959.pcap" "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/pcap_*.pcap" mergecap: The file "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/p" doesn't exist.

The command I use to run mergecap:

mergecap -w "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/merged/pcap_20180612155959.pcap" "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/pcap_*.pcap"

Tried with command below and it successfully merge a file

mergecap -w "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/merged/pcap_2018061215959.pcap" "D:/files/SignallingAnalyzer/hex_file_txt/20180612155959/pcap_20180612155959_26.pcap"

Not sure if the latest Windows update caused this.

Wireshark 2.6.0. Tried with Wireshark 2.6.1 as well

Windows 10 Version 10.0.17134 Build 17134

Preview: (hide)

Comments

Try replacing "mergecap -w" with "echo" to see if your Windows shell behaves as you expect.

pengu1n gravatar imagepengu1n ( Jun 12 '18 )

Tried, and it print the string of directory

psteh gravatar imagepsteh ( Jun 12 '18 )