mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 12:01:34 +01:00
Modified some examples fixed some doxygen documentation.
This commit is contained in:
@@ -197,10 +197,6 @@ TCP::AltChecksums TCP::altchecksum() const {
|
||||
return static_cast<AltChecksums>(generic_search<uint8_t>(ALTCHK));
|
||||
}
|
||||
|
||||
small_uint<1> TCP::get_flag(Flags tcp_flag) {
|
||||
return static_cast<const TCP&>(*this).get_flag(tcp_flag);
|
||||
}
|
||||
|
||||
small_uint<1> TCP::get_flag(Flags tcp_flag) const {
|
||||
switch(tcp_flag) {
|
||||
case FIN:
|
||||
|
||||
Reference in New Issue
Block a user