aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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-38/+27
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-7/+3
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-23/+13
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-4/+3
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-6/+5
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2/+2
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-52/+14
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+10
2021-02-14Enable -Wredundant-decls.Guy Harris1-6/+11
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2020-06-15rawshark: fix test to avoid reading beyond end of format stringMartin Mathieson1-1/+1
2020-05-03stats_tree: plug a memory leak.Guy Harris1-1/+2
2020-04-25Introduce tfs_get_string helperJaap Keuter1-2/+2
2020-03-15Remove unwanted newline.Guy Harris1-1/+1
2019-05-15rawshark: fix parameter 'pd' not found in the function declaration [-Wdocumen...Alexis La Goutte1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-16/+13
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Add one more use of Buffers.Guy Harris1-10/+11
2019-01-03rawshark: remove redundant cast.Dario Lombardo1-1/+1
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-23/+6
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-20/+3
2018-11-01Move condition logic to dumpcap.cGerald Combs1-2/+0
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-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-1/+1
2018-09-20rawshark: avoid RVALS for casting hfinfo->stringsPeter Wu1-2/+2
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-08-24rawshark: Free pipe name and version info stringsVasil Velichkov1-2/+3
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-04-24remove redundant break statementchinarulezzz1-2/+0
2018-02-22rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wd...Alexis La Goutte1-1/+0
2018-02-18We don't do taps in rawshark, so there are no taps to start.Guy Harris1-5/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-27/+29
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