Move packet_analysis::Dispatcher to detail namespace

This commit is contained in:
Tim Wojtulewicz 2024-04-26 13:11:45 -07:00
parent ad6d70d4e6
commit 6900f3301e
13 changed files with 43 additions and 40 deletions

View file

@ -185,7 +185,7 @@ private:
* @param key A connection ID key generated from the ID.
* @param pkt The packet associated with the new connection.
*/
zeek::Connection* NewConn(const ConnTuple* id, const detail::ConnKey& key, const Packet* pkt);
zeek::Connection* NewConn(const ConnTuple* id, const zeek::detail::ConnKey& key, const Packet* pkt);
void BuildSessionAnalyzerTree(Connection* conn);