aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Redo the block options APIs.Guy Harris1-7/+7
2016-06-23Editcap: Fix setting of max_packet_numberJohn A. Thacker1-3/+3
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-12/+12
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-16/+14
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-3/+1
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-3/+2
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-37/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-1/+6
2016-03-26Fix compile errors when compiling w/o zlibDaniël van Eeden1-1/+1
2016-03-09Remove superfluous pointer checks (CID-280599, 280600 and 280601)Jaap Keuter1-18/+15
2016-03-06Properly fetch the ethertype.Guy Harris1-1/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-10/+16
2016-02-15editcap: flag for ignore vlan duplication removalJonas Falkevik1-0/+45
2016-02-12Adjust time stamps even if the secs value of the time stamp is 0.Guy Harris1-6/+2
2016-01-23More structure assignments for nstime_t.Guy Harris1-6/+3
2016-01-16fix spelling-error-in-binary found by lintianAlexis La Goutte1-2/+2
2016-01-15[editcap] Pacify OS X buildbot.Michael Mann1-3/+3
2016-01-14[editcap] Remove excess parsing when packets are kept.Matej Košík1-15/+32
2016-01-14[editcap] Bugfix tree compare function.Michael Mann1-5/+8
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+1
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-4/+4
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-8/+31
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-09-28editcap/reordercap: rename time to frame_time.Dario Lombardo1-6/+6
2015-08-28Have separate variables for read and write errors.Guy Harris1-32/+32
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-11/+17
2015-08-12editcap: add change offset.Dario Lombardo1-2/+17
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-6/+11
2015-06-26editcap: allow command-line option to set comments for given frame numbersMartin Mathieson1-49/+104
2015-06-21editcap: split usage output so won't wrap in cmd.exe windowMartin Mathieson1-1/+2
2015-06-21editcap: trivial changes while looking into the -L optionMartin Mathieson1-1/+5
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-5/+8
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
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-9/+3
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-4/+0
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-3/+33
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-10-29Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris1-1/+1