mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Deprecate old unknown_protocol event signature
This commit is contained in:
parent
c73fcdec3d
commit
e14f3bae70
2 changed files with 3 additions and 0 deletions
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue