1
0
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:
Matias Fontanini
2013-05-28 10:15:33 -03:00
parent 8147a2bfb7
commit 4960077495

View File

@@ -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.
*