mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 04:54:28 +01:00
RSNHandshakeCapturer is now DefaultConstructible.
This commit is contained in:
@@ -50,6 +50,11 @@ namespace Tins {
|
||||
typedef std::vector<T> container_type;
|
||||
typedef HWAddress<6> address_type;
|
||||
|
||||
/**
|
||||
* \brief Default constructor.
|
||||
*/
|
||||
EAPOLHandshake() { }
|
||||
|
||||
/**
|
||||
* Constructs an EAPOLHandshake object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user