1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<refentry>
<refmeta>
<refentrytitle>
<application>flow-header</application>
</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>
<application>flow-header</application>
</refname>
<refpurpose>
Display meta information in flow file.
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>flow-header</command>
<arg>-h</arg>
<arg>-c<replaceable> comment_char</replaceable></arg>
<arg>-d<replaceable> debug_level</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
The <command>flow-header</command> utility will display the flow meta
information flow-tools uses internally.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term>-c<replaceable> comment_char</replaceable></term>
<listitem>
<para>
Field header. Defaults to #
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-d<replaceable> debug_level</replaceable></term>
<listitem>
<para>
Turn on debugging.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-h</term>
<listitem>
<para>
Display help.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
<informalexample>
<para>
Display the header information in <filename>flowfile</filename>
<command>flow-header < <filename>flowfile</filename></command>
</para>
</informalexample>
<screen>
#
# mode: normal
# capture hostname: foo.bar
# exporter IP address: 10.0.0.1
# capture start: Wed May 1 23:45:02 2001
# compress: on
# byte order: little
# stream version: 3
# export version: 5
# lost flows: 480
# corrupt packets: 0
# sequencer resets: 0
# capture end: Thu May 2 00:00:01 2001
# capture flows: 65880
</screen>
</refsect1>
<refsect1>
<title>BUGS</title>
<para>
None known.
</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>
<author>
<firstname>Mark</firstname>
<surname>Fullmer</surname>
</author>
<email>maf@splintered.net</email>
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
<application>flow-tools</application>(1)
</para>
</refsect1>
</refentry>
|