aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Clean up initialization code for programs.Guy Harris1-18/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-24Editcap: Fix comparsion between signed and unsigned intUli Heilmeier1-2/+2
2016-09-11Use the get.*guint32() routines to get guint32s.Guy Harris1-2/+2
2016-09-11Allow a zero change offset in editcap.Guy Harris1-1/+1
2016-09-10editcap: fix memleaksPeter Wu1-7/+9
2016-09-09Fix copy-and-pasteo.Guy Harris1-1/+1
2016-09-08Add get_ routines to get a guint32, and use them.Guy Harris1-30/+11
2016-09-08editcap: use ws_strtou/i functions.Dario Lombardo1-26/+25
2016-09-05Use get_positive_int() to parse signed positive arguments.Guy Harris1-13/+16
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-6/+11
2016-07-29editcap: fix typosDario Lombardo1-2/+2
2016-07-26editcap: fix typosDario Lombardo1-8/+8
2016-07-25editcap: fix typosDario Lombardo1-2/+2
2016-07-21No need to check for string option values being null.Guy Harris1-2/+1
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-3/+4
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