mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 20:44:26 +01:00
Fixed bug in EthernetII::ADDR_SIZE definition.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Tins {
|
||||
/**
|
||||
* \brief Ethernet II hardware address size.
|
||||
*/
|
||||
static const uint32_t ADDR_SIZE = 6;
|
||||
static const unsigned ADDR_SIZE = 6;
|
||||
|
||||
/**
|
||||
* \brief Constructor for creating an ethernet PDU
|
||||
@@ -217,4 +217,5 @@ namespace Tins {
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user