diff --git a/include/handshake_capturer.h b/include/handshake_capturer.h index 2af5c99..e54bc71 100644 --- a/include/handshake_capturer.h +++ b/include/handshake_capturer.h @@ -50,6 +50,11 @@ namespace Tins { typedef std::vector container_type; typedef HWAddress<6> address_type; + /** + * \brief Default constructor. + */ + EAPOLHandshake() { } + /** * Constructs an EAPOLHandshake object. *