aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
Commit message (Expand)AuthorAgeFilesLines
* spdx: more licenses converted.Dario Lombardo2018-03-071-13/+1
* Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris2018-02-171-5/+1
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-11/+11
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-082-2/+2
* randpkt_core: use SPDX identifiers.Dario Lombardo2018-02-022-28/+2
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-091-2/+0
* autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2017-10-151-7/+0
* CMake: Allow user build flags to override default build flagsJoão Valverde2017-10-131-1/+0
* randpkt: choose a random type if the empty string has been selected as type.Dario Lombardo2017-07-251-3/+3
* Use more of the cfile_ failure message routines.Guy Harris2017-04-201-3/+3
* Use cfile_write_failure_message() in the randpkt code.Guy Harris2017-04-201-58/+6
* randpkt: Add support to generate IEEE802.15.4 packetsRémy Léone2017-04-061-0/+9
* randpkt_core: Fix a handful of warningsMichael Mann2017-03-281-8/+6
* wiretap: add cleanup routine.Dario Lombardo2017-02-142-4/+9
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-1/+1
* Include config.h first, for large-file-related #defines.Guy Harris2016-12-021-2/+2
* cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu2016-09-301-7/+18
* extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo2016-09-161-2/+0
* CMake: Allow setting per target compiler warningsJoão Valverde2016-08-231-0/+1
* Make randpkt generate the correct IP version for IPv6João Valverde2016-07-271-1/+1
* randpkt: Add support to generate IPv6João Valverde2016-07-271-0/+17
* randpkt_core: Use g_random_* for randpkt_parse_type().João Valverde2016-07-101-1/+1
* randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo2016-07-092-68/+20
* Remove Makefile.common filesJoão Valverde2016-06-302-35/+5
* randpktdump: fix a crash.Dario Lombardo2016-06-161-0/+3
* Remove Nmake build systemPascal Quantin2016-06-152-75/+1
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-1/+20
* randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo2016-04-012-8/+9
* Clean up modelines and indentation.Guy Harris2016-02-252-8/+8
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+2
* Get rid of PCAP_ENCAP_USB.Guy Harris2016-02-191-8/+0
* Remove some {-I,/I} flags.Guy Harris2016-02-181-6/+1
* Don't add the wiretap directory to the list of include directories.Guy Harris2016-02-182-4/+1
* Build the extcap programs in the extcap directory.Guy Harris2016-02-157-0/+1204