1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 12:01:34 +01:00

add missing TINS_API to PDU classes. Extend/fix ICMPv6 enum values and unify naming

This commit is contained in:
Einar Gunnarsson
2016-02-17 17:42:04 +01:00
parent 423dbf2404
commit 6403d1908d
5 changed files with 14 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ ostream& operator<<(ostream& output, const IPv4Address& addr) {
}
mask -= 8;
}
return output;;
return output;
}
bool IPv4Address::is_private() const {