how to merge pcap files?

Hi
how to merge pcap files saved by -w option?

This is clearly not a topic related to Bro. Please refrain from spamming
the Bro mailing list with unrelated questions.

   Matthias

[excessive addresses trimmed]

how to merge pcap files saved by -w option?

The best tool for this is ipsumdump:

  ipsumdump --collate -w output.trace input1.trace input2.trace ...

You can get it from http://www.cs.ucla.edu/~kohler/ipsumdump/ .

    Vern