summaryrefslogtreecommitdiff
path: root/doc/reordercap.pod
AgeCommit message (Collapse)AuthorFilesLines
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