mergecap with latest Windows 10 update

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

psteh's avatar
1
psteh
asked 2018-06-12 08:15:35 +0000
cmaynard's avatar
11.1k
cmaynard
updated 2018-06-12 13:55:59 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

pengu1n's avatar pengu1n (2018-06-12 09:44:51 +0000) edit

Tried, and it print the string of directory

psteh's avatar psteh (2018-06-12 22:50:06 +0000) edit
add a comment see more comments