aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
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
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