mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Switch zeek:🆔:lookup to zeek:🆔:find
For parity with Scope since it now uses Find instead of Lookup
This commit is contained in:
parent
7843416e51
commit
4debad8caf
59 changed files with 339 additions and 339 deletions
|
@ -44,8 +44,8 @@ inline void IRC_Analyzer::SkipLeadingWhitespace(string& str)
|
|||
|
||||
void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig)
|
||||
{
|
||||
static auto irc_join_list = zeek::id::lookup_type<TableType>("irc_join_list");
|
||||
static auto irc_join_info = zeek::id::lookup_type<RecordType>("irc_join_info");
|
||||
static auto irc_join_list = zeek::id::find_type<TableType>("irc_join_list");
|
||||
static auto irc_join_info = zeek::id::find_type<RecordType>("irc_join_info");
|
||||
tcp::TCP_ApplicationAnalyzer::DeliverStream(length, line, orig);
|
||||
|
||||
if ( starttls )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue