]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_linux/ether_cap.h
Plugin loading order fixed
[stg.git] / projects / stargazer / plugins / capture / ether_linux / ether_cap.h
index 64560ca4f657135df1da6ad4b8677ae4f085d857..44c4ae7e7e83cbabf844a94e0ec90360c975b709 100644 (file)
@@ -59,8 +59,8 @@ public:
     int                 ParseSettings() { return 0; }
     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:
     ETHER_CAP(const ETHER_CAP & rvalue);