aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
Commit message (Expand)AuthorAgeFilesLines
* Update user guide for upcoming 2.0 releasePascal Quantin2015-11-111-1/+1
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-2/+2
* Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris2015-11-101-3/+9
* editcap/reordercap: rename time to frame_time.Dario Lombardo2015-09-281-6/+6
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-4/+4
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-3/+10
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-1/+4
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-2/+0
* Only include <wsutil/os_version_info.h> if we need it.Guy Harris2014-12-251-1/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-26/+7
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-6/+0
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-3/+17
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-3/+3
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-11/+12
* Get rid of unnecessary include of <wsutil/strnatcmp.h>.Guy Harris2014-10-281-1/+0
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-3/+3
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-24/+76
* 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