Wireshark mailing list archives

Re: merging many files using mergecap


From: "Boonie" <newsboonie () gmail com>
Date: Mon, 22 Feb 2010 19:59:53 +0100


----- Original Message ----- 
From: "Bill Meier" <wmeier () newsguy com>
To: "Community support list for Wireshark" <wireshark-users () wireshark org>
Sent: Sunday, February 21, 2010 11:12 PM
Subject: Re: [Wireshark-users] merging many files using mergecap


Bill Meier wrote:

I've committed the change in SVN #31943. It builds AOK in my environment
and presumably will do so in the Buildbot environment.


I've tested "wireshark-win32-1.3.4-SVN-31944.exe" which works like expected.

Issue is fixed. No point in sending in a bug report. Right?

Great job. Thanks.

The batch file is not working as expected. I'll paste te result below.

Regards,

Dave


---------------------------------------------
c:\download>merge

c:\download>setlocal

c:\download>set foo=

c:\download>for %f in (*.pcap) do set foo=!foo! %f

c:\download>set foo=!foo! test_00001_20100222194750.pcap

c:\download>set foo=!foo! test_00002_20100222194751.pcap

c:\download>set foo=!foo! test_00003_20100222194751.pcap

c:\download>set foo=!foo! test_00004_20100222194752.pcap

c:\download>set foo=!foo! test_00005_20100222194753.pcap

c:\download>"c:\Program Files\Wireshark\mergecap.exe" -w all.pcap !foo! 
test_00005_20100222194753.pc
mergecap: Can't open !foo!: No such file or directory
--------------------------------------------------------

___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe


Current thread: