NAME

flow-export - export flow records to a different format


SYNOPSIS

flow-export-lh? ] [ -d

 debuglevel
 ] [ -f
 format
 ]


DESCRIPTION

flow-export exports flow records to different formats (e.g. tcpdump's pcap format). This is often necessarily incomplete, as all of the required information may not be present in the flow records. In other words, its a total hack :-)


OPTIONS

-h?

Get help.

-d debuglevel

Set the debug level.

-f format

Select the output format. Currently, there's only one format available - format 0, tcpdump/pcap.

-l

Make output unbuffered.


EXAMPLES

To convert flows to pseudo-packets in tcpdump/pcap format, use:

    flow-export -f 0 < rf > rf.pcap
    tcpdump -i rf.pcap

Shudder. Hey, its useful for some things.


SEE ALSO

flow-capture(1), flow-cat(1), flow-connect(1), flow-dscan(1),flow-expire(1), flow-export(1), flow-fanout(1), flow-filter(1), flow-gen(1), flow-interfaces(1), flow-print(1), flow-profile(1), flow-receive(1), flow-search(1), flow-send(1), flow-sort(1), flow-stat(1),


BUGS

None known at this time.