aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous pointer checks (CID-280599, 280600 and 280601)Jaap Keuter2016-03-091-18/+15
* Properly fetch the ethertype.Guy Harris2016-03-061-1/+2
* Making wiretap option blocks more generic.Michael Mann2016-02-231-10/+16
* editcap: flag for ignore vlan duplication removalJonas Falkevik2016-02-151-0/+45
* Adjust time stamps even if the secs value of the time stamp is 0.Guy Harris2016-02-121-6/+2
* More structure assignments for nstime_t.Guy Harris2016-01-231-6/+3
* fix spelling-error-in-binary found by lintianAlexis La Goutte2016-01-161-2/+2
* [editcap] Pacify OS X buildbot.Michael Mann2016-01-151-3/+3
* [editcap] Remove excess parsing when packets are kept.Matej Košík2016-01-141-15/+32
* [editcap] Bugfix tree compare function.Michael Mann2016-01-141-5/+8
* Clean up more includes of wtap.h.Guy Harris2016-01-061-1/+1
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-4/+4
* Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris2015-11-101-8/+31
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+1
* editcap/reordercap: rename time to frame_time.Dario Lombardo2015-09-281-6/+6
* Have separate variables for read and write errors.Guy Harris2015-08-281-32/+32
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-11/+17
* editcap: add change offset.Dario Lombardo2015-08-121-2/+17
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-6/+11
* editcap: allow command-line option to set comments for given frame numbersMartin Mathieson2015-06-261-49/+104
* editcap: split usage output so won't wrap in cmd.exe windowMartin Mathieson2015-06-211-1/+2
* editcap: trivial changes while looking into the -L optionMartin Mathieson2015-06-211-1/+5
* Remove some unneeded includes of <sys/time.h>.Guy Harris2015-02-281-4/+0
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-5/+8
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* 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-9/+3
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-4/+0
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-3/+33
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-3/+3
* Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris2014-10-291-1/+1
* Support nanosecond-resolution time stamp adjustment.Guy Harris2014-09-281-36/+35
* Ensure pcapng application name is always dynamically allocatedEvan Huus2014-09-221-1/+1
* Add -I option in editcap to extend Duplicate packet removalkardam2014-09-201-3/+35
* 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
* Clean up handling of missing functions.Guy Harris2014-07-061-1/+1
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-25/+77
* 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-13/+24
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+4
* More checks for the presence of a time stamp.Guy Harris2014-05-231-8/+12