aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-14/+13
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris1-1/+2
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-23/+19
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-66/+8
2017-04-18Don't close a wtap that you don't have open in the first place.Guy Harris1-1/+2
2017-04-15Fix parsing of packet ranges.Guy Harris1-0/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-5/+7
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-10/+4
2017-02-22editcap: use single exit point.Dario Lombardo1-18/+25
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-38/+68
2017-02-08editcap: handle too short frames in frame comparisonJaap Keuter1-6/+17
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