1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

NetworkInterface::name now works on Windows.

This commit is contained in:
Matias Fontanini
2014-09-07 16:40:50 -03:00
parent e00d6aaa7e
commit 9d4bdce7a9
2 changed files with 19 additions and 2 deletions

View File

@@ -106,7 +106,11 @@ public:
/**
* \brief Retrieves this interface's name.
*
*
* This name can be used as the interface name provided to the
* Sniffer class when starting a sniffing session.
*
* \sa Sniffer
* \return std::string containing this interface's name.
*/
std::string name() const;