Clean up iterator usage in Analyzer

This commit is contained in:
Tim Wojtulewicz 2021-03-17 13:40:31 -07:00
parent c9c0fea8d0
commit 44f558df7b
3 changed files with 31 additions and 34 deletions

View file

@ -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;