aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/exit_codes.h to include/João Valverde1-4/+4
2023-02-06Do not require using wsgcrypt.hJoão Valverde1-1/+1
2023-01-12capinfos: Removing RIPEMD160 hashesMichal Ruprich1-8/+3
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+2
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-1/+1
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-1485/+1473
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-41/+41
2021-11-29wsutil: Split format_size() enumJoão Valverde1-6/+6
2021-10-12capinfos: man page typos; add longopts to Usage:Chuck Craft1-2/+3
2021-10-06capinfos: Calculate hashes after determining if a capture fileJohn Thacker1-32/+45
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-15/+4
2021-09-10[#17519] capinfos: no section headers in table outputDavid Perry1-8/+0
2021-09-10[#17517] capinfos: machine-readable filetype/encapDavid Perry1-4/+10
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+1
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+2
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+8
2021-06-19Replace g_assert() with ws_assert()João Valverde1-3/+4
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-4/+2
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-9/+19
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-02-13wiretap: file types have a name and a description.Guy Harris1-2/+2
2021-01-19Squelch duplicateCondition warning from cppcheck.Guy Harris1-3/+5
2020-10-21capinfos: give another reason to process the IDBs at the end of the file.Guy Harris1-1/+3
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2020-05-01Remove some single-SHB assumptions.Guy Harris1-55/+78
2020-04-29capinfos: fix absolute and relative time display.Guy Harris1-26/+65
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-27/+31
2019-02-19Report counts of decryption secrets and resolved addresses.Guy Harris1-1/+67
2019-02-14Do all the per-capture-file work in process_cap_file().Guy Harris1-25/+28
2019-01-24By default, don't stop after a read error.Guy Harris1-7/+8
2019-01-19Rename a Boolean flag variable to reflect the non-default behavior.Guy Harris1-3/+3
2019-01-19Revert "Change comment to reflect reality."Guy Harris1-2/+5
2019-01-19Change comment to reflect reality.Guy Harris1-5/+2
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-3/+3
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-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
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