12 #ifndef __RANDPKT_CORE_H__ 13 #define __RANDPKT_CORE_H__ 16 #include "wiretap/wtap.h" 22 int sample_wtap_encap;
23 guint8* sample_buffer;
25 guint8* pseudo_buffer;
29 guint produce_max_bytes;
34 guint randpkt_example_count(
void);
37 void randpkt_example_list(
char*** abbrev_list,
char*** longname_list);
40 int randpkt_parse_type(
char *
string);
46 int randpkt_example_init(
randpkt_example* example,
char* produce_filename,
int produce_max_bytes);
Definition: randpkt_core.h:18
Definition: wtap-int.h:86