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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user