flow-export - export flow records to a different format
flow-export [ -lh? ] [ -d debuglevel
] [ -f format
]
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 :-)
Get help.
Set the debug level.
Select the output format. Currently, there's only one format available - format 0, tcpdump/pcap.
Make output unbuffered.
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.
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),
None known at this time.