mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
add missing TINS_API to PDU classes. Extend/fix ICMPv6 enum values and unify naming
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Tins {
|
||||
*
|
||||
* \sa RawPDU
|
||||
*/
|
||||
class UDP : public PDU {
|
||||
class TINS_API UDP : public PDU {
|
||||
public:
|
||||
/**
|
||||
* \brief This PDU's flag.
|
||||
|
||||
Reference in New Issue
Block a user