aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-03randpkt: Support different capture formats, default to pcapngJohn Thacker2-4/+2
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-1/+1
2021-12-12Add remaining header files to DoxygenMoshe Kaplan1-1/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+3
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+3
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-3/+3
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-5/+7
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-5/+7
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-1/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris3-3/+3
2019-04-15Don't pass "-g deprecated-gtk" to checkAPIs.pl.Gerald Combs1-2/+1
2019-01-22extcap: remove dependencies from ui.Dario Lombardo1-0/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-4/+6
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+6
2018-07-01randpktdump: add --delay optionPeter Wu2-2/+6
2018-06-12Don't let randpkt write packets libwiretap can't read.Guy Harris1-0/+7
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke2-2/+4
2018-04-18Remove autotools build system.Dario Lombardo1-62/+0
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-81/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-11/+11
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2-2/+2
2018-02-02randpkt_core: use SPDX identifiers.Dario Lombardo2-28/+2
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-2/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-7/+0
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-07-25randpkt: choose a random type if the empty string has been selected as type.Dario Lombardo1-3/+3
2017-04-20Use more of the cfile_ failure message routines.Guy Harris1-3/+3
2017-04-20Use cfile_write_failure_message() in the randpkt code.Guy Harris1-58/+6
2017-04-06randpkt: Add support to generate IEEE802.15.4 packetsRémy Léone1-0/+9
2017-03-28randpkt_core: Fix a handful of warningsMichael Mann1-8/+6
2017-02-14wiretap: add cleanup routine.Dario Lombardo2-4/+9
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-1/+1
2016-12-02Include config.h first, for large-file-related #defines.Guy Harris1-2/+2
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-2/+0
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-07-27Make randpkt generate the correct IP version for IPv6João Valverde1-1/+1
2016-07-27randpkt: Add support to generate IPv6João Valverde1-0/+17
2016-07-10randpkt_core: Use g_random_* for randpkt_parse_type().João Valverde1-1/+1
2016-07-09randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo2-68/+20
2016-06-30Remove Makefile.common filesJoão Valverde2-35/+5
2016-06-16randpktdump: fix a crash.Dario Lombardo1-0/+3
2016-06-15Remove Nmake build systemPascal Quantin2-75/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-1/+20
2016-04-01randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo2-8/+9
2016-02-25Clean up modelines and indentation.Guy Harris2-8/+8