aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.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-59/+36
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-8/+4
2021-06-19Replace g_assert() with ws_assert()João Valverde1-5/+6
2021-06-17wslog: Add more documentationJoão Valverde1-0/+2
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-5/+1
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-0/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-45/+14
2021-04-28tfshark: fix compilation.Guy Harris1-1/+1
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-45/+20
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+12
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-01-30epan: have a routine to register all tap listeners.Guy Harris1-3/+0
2020-10-25Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris1-1/+1
2020-10-25Include <ui/urls.h>Guy Harris1-0/+1
2020-10-24Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris1-1/+1
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2019-06-09tshark/tfshark: fix error message.Dario Lombardo1-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-2/+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-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-28/+7
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-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-3/+0
2018-02-18TFshark requires a file to be specified.Guy Harris1-51/+53
2018-02-18Don't start command-line taps until we've opened a file.Guy Harris1-5/+8
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-27/+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
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-5/+0
2018-01-02tfshark: Fix arguments to write_pdml_proto_treeStig Bjørlykke1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-10/+0
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-3/+8
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-9/+9
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-48/+47
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-47/+47
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-30/+27
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-2/+2
2017-12-01Get rid of some void pointers.Gerald Combs1-5/+3