00001 #ifdef FLOWLISTH
00002 #else
00003 #include "flowlist.h"
00004 #define FLOWLISTH
00005 #endif
00006
00007 #ifdef MODELSH
00008 #else
00009 #include "models.h"
00010 #define MODELSH
00011 #endif
00012
00013 struct DDOS_Traffic{
00014 int NoEvents;
00015 struct flow_event *Events;
00016 };
00017
00018 void CBRTrafficGen(int NetworkDia, double H, int NoAttackers, int Master, double rate, struct DDOS_Traffic *);
00019
00020 void CBRTrafficInet(int NetworkDia, int NoAttackers, int Master, double rate, struct DDOS_Traffic *);