aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-1/+4
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+0
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-26/+7
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-6/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-3/+17
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-11/+12
2014-10-28Get rid of unnecessary include of <wsutil/strnatcmp.h>.Guy Harris1-1/+0
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-24/+76
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-8/+21
2014-06-04Guarantee that open routines are initializedMichal Labedzki1-2/+0
2014-05-23More handling of missing time stamps.Guy Harris1-22/+9
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+13
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-13/+16
2014-05-09Revert "Refactor Wiretap"Guy Harris1-8/+8
2014-05-09Refactor WiretapMichael Mann1-8/+8
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+3
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-4/+4
2014-01-15Fun and games with const.Guy Harris1-2/+2
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-6/+3
2013-12-31Add -h option (with output to stdout and exit status 0).Bill Meier1-15/+40
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