aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris1-8/+0
2016-02-18Remove some {-I,/I} flags.Guy Harris1-6/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-4/+1
2016-02-15Build the extcap programs in the extcap directory.Guy Harris7-0/+1204