aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* ERF_TYPE_META write and comment supportAnthony Coddington2017-07-171-0/+6
* Pass the file type, not the frame type, to cfile_dump_open_failure_message().Guy Harris2017-06-031-4/+5
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-14/+13
* Make the command-line and alert-box failure messages more similar.Guy Harris2017-04-201-1/+2
* Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris2017-04-201-23/+19
* Add common routines for command-line libwiretap error reporting.Guy Harris2017-04-201-66/+8
* Don't close a wtap that you don't have open in the first place.Guy Harris2017-04-181-1/+2
* Fix parsing of packet ranges.Guy Harris2017-04-151-0/+1
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-5/+7
* Rewrite dissectors to use Libgcrypt functions.Erik de Jong2017-03-021-10/+4
* editcap: use single exit point.Dario Lombardo2017-02-221-18/+25
* Yell at the user less.Gerald Combs2017-02-201-1/+1
* wsutil: remove leaks from filesystem and plugins code.Dario Lombardo2017-02-181-0/+4
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-38/+68
* editcap: handle too short frames in frame comparisonJaap Keuter2017-02-081-6/+17
* Clean up initialization code for programs.Guy Harris2016-12-051-18/+22
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-4/+2
* Editcap: Fix comparsion between signed and unsigned intUli Heilmeier2016-09-241-2/+2
* Use the get.*guint32() routines to get guint32s.Guy Harris2016-09-111-2/+2
* Allow a zero change offset in editcap.Guy Harris2016-09-111-1/+1
* editcap: fix memleaksPeter Wu2016-09-101-7/+9
* Fix copy-and-pasteo.Guy Harris2016-09-091-1/+1
* Add get_ routines to get a guint32, and use them.Guy Harris2016-09-081-30/+11
* editcap: use ws_strtou/i functions.Dario Lombardo2016-09-081-26/+25
* Use get_positive_int() to parse signed positive arguments.Guy Harris2016-09-051-13/+16
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-6/+11
* editcap: fix typosDario Lombardo2016-07-291-2/+2
* editcap: fix typosDario Lombardo2016-07-261-8/+8
* editcap: fix typosDario Lombardo2016-07-251-2/+2
* No need to check for string option values being null.Guy Harris2016-07-211-2/+1
* Fix printf style parameters complaints from VS Code AnalysisMichael Mann2016-07-171-3/+4
* Redo the block options APIs.Guy Harris2016-07-141-7/+7
* Editcap: Fix setting of max_packet_numberJohn A. Thacker2016-06-231-3/+3
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-12/+12
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-16/+14
* Add wtap_optionblock_set_option_string_formatMichael Mann2016-05-221-3/+1
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2016-04-131-3/+2
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-37/+2
* Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer2016-03-281-1/+6
* Fix compile errors when compiling w/o zlibDaniël van Eeden2016-03-261-1/+1
* 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