aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core/randpkt_core.c
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 Thacker1-3/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-1/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+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 Harris1-1/+1
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 Wu1-1/+5
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ørlykke1-1/+2
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 Lombardo1-1/+1
2018-02-02randpkt_core: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-2/+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 Lombardo1-3/+8
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-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 Lombardo1-65/+20
2016-06-16randpktdump: fix a crash.Dario Lombardo1-0/+3
2016-04-01randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo1-7/+8
2016-02-25Clean up modelines and indentation.Guy Harris1-4/+4
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris1-8/+0
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-0/+813