mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Clean up iterator usage in Analyzer
This commit is contained in:
parent
c9c0fea8d0
commit
44f558df7b
3 changed files with 31 additions and 34 deletions
|
@ -174,7 +174,6 @@ private:
|
|||
TCP_Endpoint* orig;
|
||||
TCP_Endpoint* resp;
|
||||
|
||||
using analyzer_list = std::list<analyzer::Analyzer*>;
|
||||
analyzer_list packet_children;
|
||||
|
||||
unsigned int first_packet_seen: 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue