mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Mark Continuation.h and PacketDumper.h as deprecated
This commit is contained in:
parent
6d9d66b8ce
commit
73080c1e60
4 changed files with 6 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -52,7 +52,8 @@ Removed Functionality
|
||||||
Deprecated Functionality
|
Deprecated Functionality
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
TODO: nothing notable yet
|
- Marked the Continuation.h and PacketDumper.h files as deprecated. The code
|
||||||
|
contained within them is unused by Zeek.
|
||||||
|
|
||||||
Zeek 3.2.0
|
Zeek 3.2.0
|
||||||
==========
|
==========
|
||||||
|
|
|
@ -296,7 +296,6 @@ set(MAIN_SRCS
|
||||||
bro_inet_ntop.c
|
bro_inet_ntop.c
|
||||||
patricia.c
|
patricia.c
|
||||||
setsignal.c
|
setsignal.c
|
||||||
PacketDumper.cc
|
|
||||||
strsep.c
|
strsep.c
|
||||||
modp_numtoa.c
|
modp_numtoa.c
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#warning "This file will be removed in v4.1. The code here is unused by Zeek. Notify a Zeek team member if your plugins are using this code."
|
||||||
|
|
||||||
// Helper class to implement continuation-like mechanisms for
|
// Helper class to implement continuation-like mechanisms for
|
||||||
// suspending/resuming tasks for incremental operation.
|
// suspending/resuming tasks for incremental operation.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#warning "This file will be removed in v4.1. The code here is unused by Zeek. Notify a Zeek team member if your plugins are using this code."
|
||||||
|
|
||||||
// See the file "COPYING" in the main distribution directory for copyright.
|
// See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue