13 #ifndef __RANDPKT_CORE_H__
14 #define __RANDPKT_CORE_H__
23 int sample_wtap_encap;
24 uint8_t* sample_buffer;
26 uint8_t* pseudo_buffer;
27 unsigned pseudo_length;
30 unsigned produce_max_bytes;
35 unsigned randpkt_example_count(
void);
38 void randpkt_example_list(
char*** abbrev_list,
char*** longname_list);
41 int randpkt_parse_type(
char *
string);
47 int randpkt_example_init(
randpkt_example* example,
char* produce_filename,
int produce_max_bytes,
int file_type_subtype);
50 void randpkt_loop(
randpkt_example* example, uint64_t produce_count, uint64_t packet_delay_ms);
Definition: randpkt_core.h:19
Definition: wtap-int.h:97