aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-6/+6
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-07-26Give more detailed diagnostics for errors.Guy Harris1-11/+48
2013-07-26Send error messages to the standard error, and include the program nameGuy Harris1-4/+8
2013-06-19Preserve summary information when reordering a filePascal Quantin1-1/+11
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-4/+7
2013-03-20 From beroset:Bill Meier1-1/+1
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki1-2/+0
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-13/+7
2012-10-04This is basically a rewrite from Jakub Zawadzki.Martin Mathieson1-217/+91
2012-10-03Add a command-line option to control how large the reordering list canMartin Mathieson1-9/+55
2012-09-26Fix some signed/unsigned mismatches caught by cppcheck.Evan Huus1-3/+3
2012-09-24Fix count of out-of-order frames reported at end of run.Martin Mathieson1-2/+8
2012-09-24Fix for bug 7746 (from Jim Young)Martin Mathieson1-6/+5
2012-09-20Turn off debug.Martin Mathieson1-1/+1
2012-09-20Add a new console wiretap program to reorder the frames within a captureMartin Mathieson1-0/+353