mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Tag the end of some namespaces for consistency
This commit is contained in:
parent
ddf48d7529
commit
812ac5536d
12 changed files with 22 additions and 17 deletions
|
@ -46,7 +46,8 @@ inline std::string TCP_Flags::AsString() const
|
|||
*p++ = '\0';
|
||||
return tcp_flags;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::tcp
|
||||
|
||||
namespace analyzer::tcp {
|
||||
using TCP_Flags [[deprecated("Remove in v4.1. Use zeek::analyzer::tcp::TCP_Flags.")]] = zeek::analyzer::tcp::TCP_Flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue