mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Remove deprecated UDP, ICMP, and TCP analyzers
This commit is contained in:
parent
644ed5d314
commit
77aa80033b
5 changed files with 0 additions and 45 deletions
|
@ -19,10 +19,6 @@ class TCPSessionAdapter;
|
|||
namespace analyzer::tcp
|
||||
{
|
||||
|
||||
using TCP_Analyzer
|
||||
[[deprecated("Remove in v5.1. Use zeek::packet_analysis::TCP::TCPSessionAdapter.")]] =
|
||||
zeek::packet_analysis::TCP::TCPSessionAdapter;
|
||||
|
||||
class TCP_Reassembler;
|
||||
|
||||
enum EndpointState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue