Remove deprecated UDP, ICMP, and TCP analyzers

This commit is contained in:
Tim Wojtulewicz 2022-06-15 15:01:29 -07:00
parent 644ed5d314
commit 77aa80033b
5 changed files with 0 additions and 45 deletions

View file

@ -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