Deprecate old unknown_protocol event signature

This commit is contained in:
Jan Grashoefer 2024-08-12 21:44:02 +02:00
parent c73fcdec3d
commit e14f3bae70
2 changed files with 3 additions and 0 deletions

View file

@ -180,6 +180,8 @@ public:
* Tracks the given analyzer for the current packet's analyzer history.
* The packet analyzer history is implemented in form of a stack, which is reset on a
* call to ProcessPacket() but maintained throughout calls to ProcessInnerPacket().
*
* @param analyzer The analyzer to track.
*/
void TrackAnalyzer(Analyzer* analyzer) { analyzer_stack.push_back(analyzer); }