Flowgrind
Advanced TCP traffic generator
trafgen.h
Go to the documentation of this file.
1
6
/*
7
* Copyright (C) 2010-2013 Christian Samsel <christian.samsel@rwth-aachen.de>
8
*
9
* This file is part of Flowgrind.
10
*
11
* Flowgrind is free software: you can redistribute it and/or modify
12
* it under the terms of the GNU General Public License as published by
13
* the Free Software Foundation, either version 3 of the License, or
14
* (at your option) any later version.
15
*
16
* Flowgrind is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU General Public License for more details.
20
*
21
* You should have received a copy of the GNU General Public License
22
* along with Flowgrind. If not, see <http://www.gnu.org/licenses/>.
23
*
24
*/
25
26
#ifndef _TRAFGEN_H_
27
#define _TRAFGEN_H_
28
29
#ifdef HAVE_CONFIG_H
30
#include "
config.h
"
31
#endif
/* HAVE_CONFIG_H */
32
33
extern
int
next_request_block_size
(
struct
flow
*);
34
extern
int
next_response_block_size
(
struct
flow
*);
35
extern
double
next_interpacket_gap
(
struct
flow
*);
36
37
#endif
/* _TRAFGEN_H_ */
next_request_block_size
int next_request_block_size(struct flow *)
Definition:
trafgen.c:107
flow
Definition:
daemon.h:73
next_response_block_size
int next_response_block_size(struct flow *)
Definition:
trafgen.c:143
next_interpacket_gap
double next_interpacket_gap(struct flow *)
Definition:
trafgen.c:173
config.h
src
trafgen.h
Generated on Sat Jan 16 2021 18:15:29 for Flowgrind by
1.8.17