aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
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-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-27/+4
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-22/+2
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-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-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
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-8/+17
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
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-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
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-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-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
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+2
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-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-05-16struct timeval not used, so no need for <sys/time.h>.Guy Harris1-4/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-3/+6
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-01Call setlocale() before getting version information.Guy Harris1-3/+3
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-5/+1
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-2/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-0/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-07-03Needs wsutil/wsgetopt.h if the platform doesn't have getopt_long().Guy Harris1-0/+4