aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
Commit message (Expand)AuthorAgeFilesLines
...
* More getopt_long, to add --help and --version support.Guy Harris2014-07-031-1/+10
* Add command-line argument to request the version to a number of the utilities.Jeff Morriss2014-06-211-8/+21
* Guarantee that open routines are initializedMichal Labedzki2014-06-041-2/+0
* More handling of missing time stamps.Guy Harris2014-05-231-22/+9
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-16/+13
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-13/+16
* Revert "Refactor Wiretap"Guy Harris2014-05-091-8/+8
* Refactor WiretapMichael Mann2014-05-091-8/+8
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-271-0/+2
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-1/+3
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-4/+4
* Fun and games with const.Guy Harris2014-01-151-2/+2
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-6/+3
* Add -h option (with output to stdout and exit status 0).Bill Meier2013-12-311-15/+40
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-6/+6
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Give more detailed diagnostics for errors.Guy Harris2013-07-261-11/+48
* Send error messages to the standard error, and include the program nameGuy Harris2013-07-261-4/+8
* Preserve summary information when reordering a filePascal Quantin2013-06-191-1/+11
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-4/+7
* From beroset:Bill Meier2013-03-201-1/+1
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-2/+0
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-13/+7
* This is basically a rewrite from Jakub Zawadzki.Martin Mathieson2012-10-041-217/+91
* Add a command-line option to control how large the reordering list canMartin Mathieson2012-10-031-9/+55
* Fix some signed/unsigned mismatches caught by cppcheck.Evan Huus2012-09-261-3/+3
* Fix count of out-of-order frames reported at end of run.Martin Mathieson2012-09-241-2/+8
* Fix for bug 7746 (from Jim Young)Martin Mathieson2012-09-241-6/+5
* Turn off debug.Martin Mathieson2012-09-201-1/+1
* Add a new console wiretap program to reorder the frames within a captureMartin Mathieson2012-09-201-0/+353