Another option could be to support stdin as input file in mergecap with an
"append" switch. If mergecap whould support something like this
cat input1.pcap | mergecap -a - -w output.pcap
cat input2.pcap | mergecap -a - -w output.pcap
this would allow a user to do something like
for file in *.pcap
Hi,
I'm wondering if anyone sees these crashes (Ubuntu 13.04 ) , to reproduce:
Preferences
Update list of packets in real time: off
Automatic scrolling in live captures: off
Start a capture - wait for a few packets to arrive ( packet counter)
Stop capture.
Start a new capture - continue without s
Anders Broman writes:
> I’m wondering if anyone sees these crashes (Ubuntu 13.04 ) , to reproduce:
> Preferences
> Update list of packets in real time: off
> Automatic scrolling in live captures: off
>
> Start a capture – wait for a few packets to arrive ( packet counter)
> Stop capture.
>
>
Hello,
buildbot is failing in checklicenses - and it looks like the list of
failed licenses is long. If nobody fixes this, then what's the idea
behind that check?
http://buildbot.wireshark.org/trunk/builders/Ubuntu-12.04-x64/builds/6101/steps/check
licenses/logs/stdio
Ciao
Jörg
--
Joerg M
On 9/6/13 7:25 AM, Joerg Mayer wrote:
> Hello,
>
> buildbot is failing in checklicenses - and it looks like the list of
> failed licenses is long. If nobody fixes this, then what's the idea
> behind that check?
>
> http://buildbot.wireshark.org/trunk/builders/Ubuntu-12.04-x64/builds/6101/steps/ch
On 8/13/2013 9:43 AM, Evan Huus wrote:
On Mon, Aug 12, 2013 at 11:17 AM, Alexis La Goutte
mailto:alexis.lagou...@gmail.com>> wrote:
Hi,
it is now possible to build wireshark with clang (CC=clang
./configure && make) (i fix last issue last week end).
I will try the ASAN feature
Dario Lombardo writes:
> for file in *.pcap
> do
> tshark -r $file -Y "FILTER" -w - | mergecap -a - -w output.pcap
> done
>
> what about that?
Two problems:
1) How do you guarantee the files will be processed in correct time order
for appending?
2) mergecap today doesn't support reading from