]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
Plugin loading order fixed
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / ether_cap.h
index 8f7e1f2fdd1693e8954047442b11ad559c9ad4fe..ad9ff9f15ae817f7754dff0d0dc8a6ff7869f27b 100644 (file)
@@ -107,8 +107,8 @@ public:
 
     const std::string & GetStrError() const { return errorStr; }
     const std::string   GetVersion() const;
-    uint16_t            GetStartPosition() const { return 10; }
-    uint16_t            GetStopPosition() const { return 10; }
+    uint16_t            GetStartPosition() const { return 40; }
+    uint16_t            GetStopPosition() const { return 40; }
 
 private:
     BPF_CAP(const BPF_CAP & rvalue);