X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/65a386030a3bbe5edf34da97ce9e5cfa1ee063c7..2dd96d1468a065ebee3e37b1defcf2c438d72e2f:/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp diff --git a/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp b/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp index 5d49f692..f6e7731a 100644 --- a/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp +++ b/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp @@ -41,10 +41,11 @@ $Date: 2010/09/10 06:43:03 $ #include #include +#include -#include "common.h" +#include "stg/common.h" +#include "stg/traffcounter.h" #include "divert_cap.h" -#include "traffcounter.h" #define BUFF_LEN (16384) /* max mtu -> lo=16436 TODO why?*/ @@ -277,7 +278,7 @@ int DIVERT_CAP::ParseSettings() { int p; PARAM_VALUE pv; -vector::const_iterator pvi; +std::vector::const_iterator pvi; pv.param = "Port"; pvi = std::find(settings.moduleParams.begin(), settings.moduleParams.end(), pv);