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

index 26dca8e08215742a81d12547e0f2b1618c13d7f4..07e3857713c8ba4204c0823960226a1ac6da65f9 100644 (file)
@@ -49,9 +49,9 @@ $Author: faust $
 #include <unistd.h>
 
 #include "ether_cap.h"
-#include "common.h"
-#include "raw_ip_packet.h"
-#include "traffcounter.h"
+#include "stg/common.h"
+#include "stg/raw_ip_packet.h"
+#include "stg/traffcounter.h"
 
 //#define CAP_DEBUG 1
 //-----------------------------------------------------------------------------
index aeb3be7f0396c399800848f696c7478fb071bc44..05357212b78c5dbb33e52241cf8c3489719aaa42 100644 (file)
@@ -32,9 +32,9 @@
 #include <string>
 #include <vector>
 
-#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"
 
 extern "C" PLUGIN * GetPlugin();