aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/exit_codes.h to include/João Valverde1-8/+9
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-6/+6
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-201/+188
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-2/+2
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-18/+7
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-2/+9
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-2/+3
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-7/+18
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+11
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-22randpkt: fix indentation.Dario Lombardo1-15/+14
2019-03-22randpkt: restore produce_filename in random generation.Dario Lombardo1-0/+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-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-19/+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-07-01randpktdump: add --delay optionPeter Wu1-2/+2
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
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-18/+3
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-5/+7
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-15/+39
2016-12-05Clean up initialization code for programs.Guy Harris1-19/+23
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-06Return after calling cmdarg_err().Guy Harris1-0/+1
2016-09-06Use get_positive_int() to parse signed positive arguments.Guy Harris1-11/+22
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+12
2016-07-09randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo1-2/+0
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+2
2016-04-01randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo1-8/+10
2016-03-22Fix randpkt and reordercap.Gerald Combs1-0/+50
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-2/+2
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-3/+1
2015-11-11randpkt: split into a core and an app.Dario Lombardo1-804/+33
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-1/+1
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-36/+127
2015-11-09randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]Alexis La Goutte1-4/+4
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-11-05randpkt: code restyle.Dario Lombardo1-197/+301
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-0/+3
2014-12-25Use getopt_long().Guy Harris1-1/+9
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-8/+1