Driver: Prefer Npcap

Prefer Npcap over WinPcap and TCP
This commit is contained in:
Kyle Schwarz
2025-06-04 22:14:09 -04:00
parent b3d47f2ae5
commit c4e858d346
4 changed files with 9 additions and 17 deletions
@@ -50,7 +50,7 @@ public:
bool ok() const;
private:
PCAPDLL();
HINSTANCE dll;
HINSTANCE dll = nullptr;
void closeDLL();
};
}