aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-27/+16
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+7
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-03-24Replace g_assert(FALSE) with g_assert_not_reached()João Valverde1-1/+1
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-23/+18
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-4/+12
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-33/+7
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-02-13wiretap: file types have a name and a description.Guy Harris1-4/+4
2020-12-22Let the CLI programs tell about how to show their versionJaap Keuter1-0/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-2/+3
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-8/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-6/+6
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-33/+8
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-22/+3
2018-12-12mergecap: set full name as capture applicationJaap Keuter1-4/+8
2018-12-07PCAP/PCAPNG: Be consistent in documentation, etcJaap Keuter1-2/+6
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-5/+22
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-05Speak of records, not packets.Guy Harris1-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-19/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-04-29Eliminate some double-frees.Guy Harris1-2/+0
2017-04-20mergecap: remove a now useless variablePascal Quantin1-2/+0
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris1-13/+26
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
2017-02-22mergecap: free memory on shutdown.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-8/+15
2016-12-05Clean up initialization code for programs.Guy Harris1-19/+22
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris1-20/+18
2016-09-11More signed vs. unsigned argument cleanups.Guy Harris1-2/+2
2016-09-10Fix version-string releated memleak for some CLI toolsPeter Wu1-0/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-08-10Remove unneeded include.Guy Harris1-1/+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-38/+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