2 * netsniff-ng - the packet sniffing beast
3 * Copyright 2009, 2010 Daniel Borkmann.
4 * Subject to the GPL, version 2.
12 #include <sys/types.h>
25 uint8_t min
, max
, inc
, val
;
46 struct randomizer
*rnd
;
52 extern int compile_packets(char *file
, int verbose
, int cpu
, bool invoke_cpp
);
53 extern void cleanup_packets(void);
55 #endif /* TRAFGEN_CONF */