aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/randpktdump.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-14/+12
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-17/+2
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-11/+13
2018-07-01randpktdump: add --delay optionPeter Wu1-2/+16
2018-05-18randpktdump: use boolflag instead of boolean in config.Dario Lombardo1-15/+6
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-0/+2
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-08-02extcap: add debug log file feature to extcap-base.Dario Lombardo1-0/+2
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo1-4/+2
2017-01-07extcap: fix memleak via data_file_urlPeter Wu1-1/+4
2016-12-20extcap: set help page for all extcaps.Dario Lombardo1-1/+2
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-1/+0
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-5/+9
2016-08-26extcap: improve interface print in help.Dario Lombardo1-4/+5
2016-08-25extcap: add binary name and version to help message.Dario Lombardo1-1/+2
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo1-1/+1
2016-08-04extcap: restyle the help function.Dario Lombardo1-28/+25
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-25/+12
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-1/+1
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-07-09randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo1-2/+0
2016-04-01randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo1-16/+17
2016-03-29Fix modeline definitionsPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-21/+28
2016-02-29Fix randpktdump build in Windows.Michael Mann1-4/+4
2016-02-29extcap: Move extcap handling to baseRoland Knall1-88/+25
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-43/+0
2016-02-25Clean up modelines and indentation.Guy Harris1-4/+4
2016-02-25extcap: move includes into extcap-base.Dario Lombardo1-37/+0
2016-02-25extcap: move common code into extcap-base filesDario Lombardo1-38/+22
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-1/+1
2016-02-11randpktdump: change error messages.Dario Lombardo1-13/+13
2016-01-16fix spelling-error-in-binary found by lintianAlexis La Goutte1-4/+4
2016-01-14ssh/randpktdump: Add version to extcap utilityRoland Knall1-0/+1
2016-01-02Moved variable declaration top, to be C89 compliantThomas Wiens1-2/+4
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-0/+505