aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris1-4/+10
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-37/+37
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-7/+4
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-3/+22
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-03-15capinfos: fix leak of message digest handlePeter Wu1-0/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-25/+27
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-17/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-09-27Capinfos: Add SHA256. Remove MD5.Gerald Combs1-18/+19
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-04-29Eliminate some double-frees.Guy Harris1-5/+0
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-2/+1
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-10/+20
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
2017-03-23capinfos: Add -K option and report capture comments lastJim Young1-40/+47
2017-03-20capinfos: Remove obsolete message from print_usage() report.Jim Young1-1/+0
2017-03-19capinfos: Ensure empty columns are written in -T reports.Jim Young1-10/+25
2017-02-26capinfos: use single exit point.Dario Lombardo1-5/+10
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-34/+1
2017-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
2016-12-05Clean up initialization code for programs.Guy Harris1-17/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-25Do GArray bounds checking.Guy Harris1-1/+4
2016-09-10capinfos: fix memleaksPeter Wu1-3/+13
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-07-21No need to check for string option values being null.Guy Harris1-12/+7
2016-07-14Redo the block options APIs.Guy Harris1-25/+19
2016-06-10Always count packets per encapsulation.Guy Harris1-8/+5
2016-06-10Set the size of the packet counts array when we create it.Guy Harris1-0/+1
2016-06-10Set cf_info.num_interfaces before using it.Guy Harris1-0/+1
2016-06-10Don't assume all IDBs are available aftre we open the file.Guy Harris1-18/+41
2016-06-09Use the locale's decimal separator for times as seconds and fraction.Guy Harris1-15/+34
2016-06-08Check whether cf_info->shb is null before using it.Guy Harris1-68/+72
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-163/+60
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-1/+0
2016-05-28More use of wtap_optionblock_foreach_option().Guy Harris1-23/+86
2016-05-28Use wtap_optionblock_foreach_option() to get the SHB options.Guy Harris1-66/+109
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-4/+4
2016-05-16Use a native Section Header block for capinfo.Michael Mann1-42/+47
2016-05-10capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2016-04-21Link version code statically againJoão Valverde1-1/+1
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 some warnings/errors of typeJoerg Mayer1-1/+6
2016-03-26Fix compile errors when compiling w/o zlibDaniël van Eeden1-1/+1