http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45313
User: martinm
Date: 2012/10/04 11:24 AM
Log:
This is basically a rewrite from Jakub Zawadzki.
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.
Directory: /trunk/doc/
Changes Path Action
+3 -6 reordercap.pod Modified
Directory: /trunk/
Changes Path Action
+91 -217 reordercap.c Modified