Windows: PCAP: Less verbose name for the interface

Fixing some tabs/spaces formatting here as well
This commit is contained in:
Paul Hollinsky
2021-06-15 19:09:05 -04:00
parent af2c30885b
commit b13a33f0be
2 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ private:
pcap_stat stats;
};
static std::vector<NetworkInterface> knownInterfaces;
NetworkInterface interfacevar;
NetworkInterface iface;
};
}