aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01capinfos: Fix count of IP address and decryption secretsJohn Thacker1-5/+5
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-2/+2
2023-09-14capinfos: Fix leak of packet comment dataJohn Thacker1-1/+1
2023-09-12Use common routines to handle converting time information to strings.Guy Harris1-122/+51
2023-09-11Add a routine to format an nstime as an ISO 8601-style date/time.Guy Harris1-90/+2
2023-08-17Add packet comments to the output of capinfosNiels Widger1-7/+95
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-05-09Finish removing RIPEMD160 supportGerald Combs1-7/+0
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