On Mon, Oct 31, 2005 at 11:59:55AM -0700, Pete Kruckenberg wrote:
> Some time ago, I happened across a "third-party"
> (open-source) utility for building somewhat-sophisticated
> (more than what flow-filter supports) ad-hoc filters for
> flow-tools, from the command line (i.e. no config files)
>
> Unfortunately, by the time I actually needed it, I
> completely forgot what it was called and have had no
> luck finding it. About the only thing I remember is
> it was Perl-based (and not nearly as fast as the normal
> flow-tools).
If speed isn't a issue, you can easily introduce a
Perl script in between flow-export and flow-import,
like this:
flow-cat ... | flow-export -f2 | custom-filter.pl | \
flow-import -f2 -V5 | flow-print
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools