Ethereal-users: Re: [Ethereal-users] Capture from STDIN or a pipe

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Ronnie Sahlberg" <sahlberg@xxxxxxxxxxxxxxxx>
Date: Wed, 4 Sep 2002 02:08:23 +1000
From: <eelsten@xxxxxxx>

> 2. Merge the traffic
>       -Problem: There are no common frames.  This is all one flow of
> traffic being split by direction, therefore every frame is unique.

Why would there need to be "common" frames?
Mergecap will sort the packets according to the timestamp of each packet and
thus no
"common" frames are needed for mergecap to function.

As long as you have reasonably good timestamps and you capture both streams
on the
same maching (so the captures share share a common clock) mergecap should
be able to do what you want just fine.
Sure, not as nice as if ethereal could tap multiple NICs simultaneously but
better
than nothing.