aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reordercap.pod
AgeCommit message (Collapse)AuthorFilesLines
2014-09-17Update the doc directory to use https://www.wireshark.org.Gerald Combs1-3/+3
Change-Id: I9bfc57cb6b6ab6962b80ff58d98eb351d6f69829 Reviewed-on: https://code.wireshark.org/review/4140 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-0/+5
In some cases "-v" was already used so "-V" is the option. Note that the version information in these utilities is much shorter than what is presented by the big programs. As requested by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5804 Bug: 5804 Change-Id: I35db35a4eace2797afd895f9be7322ef39928480 Reviewed-on: https://code.wireshark.org/review/2489 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2013-05-20Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."Evan Huus1-0/+2
svn path=/trunk/; revision=49436
2013-05-20If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard1-1/+1
svn path=/trunk/; revision=49427
2013-05-20Clean up some documentation a bit, removing non-ASCII characters, formatting ↵Chris Maynard1-8/+14
like other pages, alphabetizing options, describing options under their own headingadding missing newline at end of file, fixing typos and some minor rewording. svn path=/trunk/; revision=49424
2013-01-30add missing caseMartin Kaiser1-1/+1
svn path=/trunk/; revision=47380
2012-10-04This is basically a rewrite from Jakub Zawadzki.Martin Mathieson1-6/+3
Rather than store the FrameRecord entries in a sorted linked list, instead use an unsorted GPtrArray, then sort it all at once. Also, there is no longer the option to limit the amount of sorting (and memory used), but a new option means we can avoid writing the output file altogether if the input file is found already to be in order. svn path=/trunk/; revision=45313
2012-10-03Add a command-line option to control how large the reordering list canMartin Mathieson1-4/+7
become. The default is now 0 (infinite). svn path=/trunk/; revision=45293
2012-10-03Add a man page for reordercap.Martin Mathieson1-0/+58
svn path=/trunk/; revision=45282