]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp
Validate data for a forbidden combination of alwaysOnline and ips
[stg.git] / projects / stargazer / plugins / capture / cap_debug / debug_cap.cpp
index f4b4f8ae373af102877d7c03b1ec3fa4fde8b6e1..85fd602bd18412e165f2ab3dce3143296a75f820 100644 (file)
@@ -37,10 +37,10 @@ $Author: faust $
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+#include "libpal.h"
 #include "stg/plugin_creator.h"
+#include "stg/traffcounter.h"
 #include "debug_cap.h"
-#include "../../../traffcounter.h"
-#include "libpal.h"
 
 //-----------------------------------------------------------------------------
 void WriteStat(uint32_t u, uint32_t d)
@@ -434,12 +434,12 @@ return NULL;
 //-----------------------------------------------------------------------------
 uint16_t DEBUG_CAP::GetStartPosition() const
 {
-return 0;
+return 40;
 }
 //-----------------------------------------------------------------------------
 uint16_t DEBUG_CAP::GetStopPosition() const
 {
-return 0;
+return 40;
 }
 //-----------------------------------------------------------------------------
 RAW_PACKET MakeTCPPacket(const char * src,