Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] ethereal interfaces to applications

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

From: Sake Blok <sake@xxxxxxxxxx>
Date: Thu, 20 Apr 2006 17:06:36 +0200
On Thu, Apr 20, 2006 at 06:24:04AM -0700, GeorgeN wrote:
> 
> Is it possible ethereal to send the filter traffic to
> an external application?

You can use "tethereal | grep" or something like that if you want
the ascii output parsed by an external application. If you want
the binary data to be passed to an external application, then you 
can use "ethereal -w- | <some libpcap-capable application>"

>From the manpage:

-w  Write packet data to savefile or to the standard output if savefile is "-".


I hope this helps,  Cheers,   Sake