mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Fixed bug in DHCP.
This commit is contained in:
@@ -330,7 +330,7 @@ namespace Tins {
|
||||
* \brief Getter for the PDU's type.
|
||||
* \sa PDU::pdu_type
|
||||
*/
|
||||
PDUType pdu_type() const { return PDU::UDP; }
|
||||
PDUType pdu_type() const { return PDU::DHCP; }
|
||||
|
||||
/**
|
||||
* \brief Getter for the header size.
|
||||
|
||||
Reference in New Issue
Block a user