Update faking strategies

Use random ip4 id for frags, use sequential ip4 id for fakes
This commit is contained in:
Vadim Vetrov
2024-10-12 12:19:33 +03:00
parent 30bc3a8d3f
commit e9b033ccca
14 changed files with 397 additions and 270 deletions

4
args.h
View File

@@ -1,3 +1,6 @@
#include "utils.h"
#include "tls.h"
#ifndef ARGS_H
#define ARGS_H
@@ -8,4 +11,5 @@ int parse_args(int argc, char *argv[]);
/* Prints starting messages */
void print_welcome();
#endif /* ARGS_H */