]> git.stg.codes - stg.git/commitdiff
Fix NetFlow capture plugin compilation errors
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:40:24 +0000 (18:40 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:40:24 +0000 (18:40 +0300)
projects/stargazer/plugins/capture/cap_nf/cap_nf.cpp
projects/stargazer/plugins/capture/cap_nf/cap_nf.h

index 1b84d4604adbc29e9a59bf13ba878688c9ebb1af..23d6413c7bf132d1602d9400857eba4ac653ce92 100644 (file)
@@ -39,10 +39,10 @@ $Author: faust $
 
 #include <vector>
 
-#include "common.h" 
+#include "stg/common.h" 
+#include "stg/raw_ip_packet.h"
+#include "stg/traffcounter.h"
 #include "cap_nf.h"
-#include "raw_ip_packet.h"
-#include "traffcounter.h"
 
 class CAP_NF_CREATOR {
 public:
index 7712f76145d004eccb7006c25323118cd76ad6b7..8037343362d739c1bf828171d766999833bda481 100644 (file)
@@ -34,9 +34,9 @@ $Author: faust $
 
 #include <string>
 
-#include "os_int.h"
-#include "plugin.h"
-#include "module_settings.h"
+#include "stg/os_int.h"
+#include "stg/plugin.h"
+#include "stg/module_settings.h"
 
 #define VERSION "CAP_NF v. 0.4"
 #define START_POS 10