writes:
> You could use a batch script to do what you want, like
> for %%a IN (*.pcap) DO tshark.exe -r "%%a" -R "dns.qry.name
contains google" -w "filtered_%%a"
> mergecap -a -w all-google-queries.pcap filtered*.pcap
Great idea Jasper! I was thinking the same thing, only that
Title: Re: [Wireshark-dev] Multiple input files
Hi Dario,
Thursday, September 5, 2013, 3:54:51 PM, you wrote:
On Thu, Sep 5, 2013 at 3:30 PM, Evan Huus wrote:
mergecap -w - in1.pcap in2.pcap in3.pcap | tshark -i - -Y "dns.qry.name contains google" -o google.pcap
mergec
I'll take a look.
Gilbert
On Wed, Sep 4, 2013 at 8:04 AM, Maynard, Chris <
christopher.mayn...@gtech.com> wrote:
> Good ideas!
>
> I haven't dug too deeply into the display filter logic yet though, so if
> someone more familiar with it than I am would like to implement it, then
> please do. Th
On Thu, Sep 5, 2013 at 3:30 PM, Evan Huus wrote:
>
> mergecap -w - in1.pcap in2.pcap in3.pcap | tshark -i - -Y "dns.qry.name
> contains
> google" -o google.pcap
>
mergecap would be certainly an option, if the merged file is not too big to
be given to tshark.
I have 10 file, 1G each. If I merge
Evan Huus writes:
> You can even (I think) pipe from mergecap to tshark as follows:
>
>
> mergecap -w - in1.pcap in2.pcap in3.pcap | tshark -Y
"dns.qry.name contains google" -o google.pcap
Just a slight correction on the tshark command-line options needed (note the
"-i -"):
mergecap -w - in1.
Dario Lombardo writes:
> Hi listI was trying to change the code of tshark to support multiple -r
switches. The aim is to have many input files and one output file. Before
getting mad in changing it, I was wondering if it makes sense or not, and if
it was addressed before in some way.
>
> An exam
On Thu, Sep 5, 2013 at 9:26 AM, Evan Huus wrote:
> On Thu, Sep 5, 2013 at 9:19 AM, Dario Lombardo <
> dario.lombardo...@gmail.com> wrote:
>
>> Hi list
>> I was trying to change the code of tshark to support multiple -r
>> switches. The aim is to have many input files and one output file. Before
>
On Thu, Sep 5, 2013 at 9:19 AM, Dario Lombardo
wrote:
> Hi list
> I was trying to change the code of tshark to support multiple -r switches.
> The aim is to have many input files and one output file. Before getting mad
> in changing it, I was wondering if it makes sense or not, and if it was
> add
Hi list
I was trying to change the code of tshark to support multiple -r switches.
The aim is to have many input files and one output file. Before getting mad
in changing it, I was wondering if it makes sense or not, and if it was
addressed before in some way.
An example of use of it:
tshark -r i
On Thu, Sep 5, 2013 at 8:25 AM, Joerg Mayer wrote:
> On Thu, Sep 05, 2013 at 12:13:02PM +, eapa...@wireshark.org wrote:
> > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51780
> >
> > User: eapache
> > Date: 2013/09/05 05:13 AM
> >
> > Log:
> > Convert atn-* dissectors to
On Thu, Sep 05, 2013 at 12:13:02PM +, eapa...@wireshark.org wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51780
>
> User: eapache
> Date: 2013/09/05 05:13 AM
>
> Log:
> Convert atn-* dissectors to wmem. No emem in new code please!
How about changing checkapi acco
Issues should be fixed in revision 51776.
--
Stig Bjørlykke
___
Sent via:Wireshark-dev mailing list
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-
On Thu, Sep 05, 2013 at 10:01:51AM +0200, Stig Bjørlykke wrote:
> On Thu, Sep 5, 2013 at 9:38 AM, wrote:
>
> > Adapt generated output to always print paths relative to
> > the asn1// subdir. This makes cmake generated builds
> > look identical to autotools generated builds.
> >
>
> 1. You are
On Thu, Sep 5, 2013 at 9:38 AM, wrote:
> Adapt generated output to always print paths relative to
> the asn1// subdir. This makes cmake generated builds
> look identical to autotools generated builds.
>
1. You are using TAB as indent, which does not always work very well.
2. I get this diff
14 matches
Mail list logo