/usr/share/wireshark/reordercap.html is in libwireshark-data 1.10.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>reordercap - The Wireshark Network Analyzer 1.10.6</title>
<link rel="stylesheet" href="../docbook/ws.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>
<body>
<h1 id="NAME">NAME</h1>
<p>reordercap - Reorder input file by timestamp into output file</p>
<h1 id="SYNOPSIS">SYNOPSIS</h1>
<p><b>reordercap</b> <span style="white-space: nowrap;">[ <b>-n</b> ]</span> <<i>infile</i>> <<i>outfile</i>></p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p><b>Reordercap</b> is a program that reads an input capture file and rewrites the frames to an output capture file, but with the frames sorted by increasing timestamp.</p>
<p>This functionality may be useful when capture files have been created by combining frames from more than one well-synchronised source, but the frames have not been combined in strict time order.</p>
<p><b>Reordercap</b> writes the output capture file in the same format as the input capture file.</p>
<p><b>Reordercap</b> is able to detect, read and write the same capture files that are supported by <b>Wireshark</b>. The input file doesn't need a specific filename extension; the file format and an optional gzip compression will be detected automatically. Near the beginning of the DESCRIPTION section of wireshark(1) or <a href="http://www.wireshark.org/docs/man-pages/wireshark.html">http://www.wireshark.org/docs/man-pages/wireshark.html</a> is a detailed description of the way <b>Wireshark</b> handles this, which is the same way <b>reordercap</b> handles this.</p>
<h1 id="OPTIONS">OPTIONS</h1>
<dl>
<dt id="n">-n</dt>
<dd>
<p>When the <b>-n</b> option is used, <b>reordercap</b> will not write out the output file if it finds that the input file is already in order.</p>
</dd>
</dl>
<h1 id="SEE-ALSO">SEE ALSO</h1>
<p>pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1), text2pcap(1), pcap-filter(7) or tcpdump(8)</p>
<h1 id="NOTES">NOTES</h1>
<p><b>Reordercap</b> is part of the <b>Wireshark</b> distribution. The latest version of <b>Wireshark</b> can be found at <a href="http://www.wireshark.org">http://www.wireshark.org</a>.</p>
<p>It may make sense to move this functionality into <b>editcap</b>, or perhaps <b>mergecap</b>, in which case <b>reordercap</b> could be retired.</p>
<p>HTML versions of the Wireshark project man pages are available at: <a href="http://www.wireshark.org/docs/man-pages">http://www.wireshark.org/docs/man-pages</a>.</p>
<h1 id="AUTHORS">AUTHORS</h1>
<pre><code> Original Author
-------- ------
Martin Mathieson <martin.r.mathieson[AT]googlemail.com></code></pre>
</body>
</html>
|