]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_linux/ether_cap.h
Trailing coma removed
[stg.git] / projects / stargazer / plugins / capture / ether_linux / ether_cap.h
index c03a6066a6092b0ac48b768f5c76724984d6fb12..64560ca4f657135df1da6ad4b8677ae4f085d857 100644 (file)
@@ -63,11 +63,13 @@ public:
     uint16_t            GetStopPosition() const { return 10; }
 
 private:
+    ETHER_CAP(const ETHER_CAP & rvalue);
+    ETHER_CAP & operator=(const ETHER_CAP & rvalue);
+
     static void *       Run(void *);
     int                 EthCapOpen();
     int                 EthCapClose();
     int                 EthCapRead(void * buffer, int blen, char ** iface);
-    bool                WaitPackets(int sd) const;
 
     mutable std::string errorStr;