Add reordercap and text2pcap -D option to User Guide

svn path=/trunk/; revision=46870
This commit is contained in:
Pascal Quantin 2012-12-31 13:31:53 +00:00
parent 7256f90069
commit f7d2f14799
1 changed files with 31 additions and 8 deletions

View File

@ -27,7 +27,7 @@
<example id="AppToolstsharkEx">
<title>Help information available from tshark</title>
<programlisting>
TShark 1.9.0 (SVN Rev 46696 from /trunk)
TShark 1.9.0 (SVN Rev 46869 from /trunk)
Dump and analyze network traffic.
See http://www.wireshark.org for more information.
@ -176,7 +176,7 @@ tcpdump -i &lt;interface> -s 65535 -w &lt;some-file>
<example id="AppToolsdumpcapEx">
<title>Help information available from dumpcap</title>
<programlisting>
Dumpcap 1.9.0 (SVN Rev 46696 from /trunk)
Dumpcap 1.9.0 (SVN Rev 46869 from /trunk)
Capture network packets and dump them into a pcapng file.
See http://www.wireshark.org for more information.
@ -247,7 +247,7 @@ Use Ctrl-C to stop capturing at any time.
<example id="AppToolscapinfosEx">
<title>Help information available from capinfos</title>
<programlisting>
Capinfos 1.9.0 (SVN Rev 46696 from /trunk)
Capinfos 1.9.0 (SVN Rev 46869 from /trunk)
Prints various information (infos) about capture files.
See http://www.wireshark.org for more information.
@ -319,7 +319,7 @@ output format.
<example id="AppToolsrawsharkEx">
<title>Help information available from rawshark</title>
<programlisting>
Rawshark 1.9.0 (SVN Rev 46696 from /trunk)
Rawshark 1.9.0 (SVN Rev 46869 from /trunk)
Dump and analyze network traffic.
See http://www.wireshark.org for more information.
@ -373,7 +373,7 @@ Miscellaneous:
<title>Help information available from editcap</title>
<para>
<programlisting>
Editcap 1.9.0 (SVN Rev 46696 from /trunk)
Editcap 1.9.0 (SVN Rev 46869 from /trunk)
Edit and/or translate the format of capture files.
See http://www.wireshark.org for more information.
@ -715,7 +715,7 @@ editcap: The available encapsulation types for the "-T" flag are:
<example id="AppToolsmergecapEx">
<title>Help information available from mergecap</title>
<programlisting>
Mergecap 1.9.0 (SVN Rev 46696 from /trunk)
Mergecap 1.9.0 (SVN Rev 46869 from /trunk)
Merge two or more capture files into one.
See http://www.wireshark.org for more information.
@ -817,9 +817,9 @@ Miscellaneous:
This allows Wireshark or any other full-packet decoder to handle these dumps.
</para>
<example id="AppToolstext2pcapEx">
<title>Help information available for text2pcap</title>
<title>Help information available from text2pcap</title>
<programlisting>
Text2pcap 1.9.0 (SVN Rev 46696 from /trunk)
Text2pcap 1.9.0 (SVN Rev 46869 from /trunk)
Generate a capture file from an ASCII hexdump of packets.
See http://www.wireshark.org for more information.
@ -841,6 +841,9 @@ Input:
number is assumed to be fractions of a second.
NOTE: Date/time fields from the current date/time are
used as the default for unspecified fields.
-D the text before the packet starts either with an I or O
indicating that the packet is inbound or outbound.
This is only stored if the output format is PCAP-NG.
-a enable ASCII text dump identification.
It allows to identify the start of the ASCII text
dump and not include it in the packet even if it
@ -1124,6 +1127,26 @@ CLEAN_DISSECTOR_SRC = \
</orderedlist>
</section>
</section>
<section id="AppToolsreordercap" >
<title><command>reordercap</command>: Reorder a capture file
</title>
<para>
Reordercap allows to reorder a capture file according to the packets timestamp.
</para>
<example id="AppToolsreordercapEx">
<title>Help information available from reordercap</title>
<programlisting>
Reordercap 1.9.0
Reorder timestamps of input file frames into output file.
See http://www.wireshark.org for more information.
Usage: reordercap [options] &lt;infile&gt; &lt;outfile&gt;
Options:
-n don't write to output file if the input file is ordered.
</programlisting>
</example>
</section>
</appendix>
<!-- End of WSUG Appendix Tools -->