mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Add deprecated headers for UDP and ICMP analyzers
This commit is contained in:
parent
079ac1654f
commit
cdc62efa73
3 changed files with 25 additions and 1 deletions
10
src/analyzer/protocol/udp/UDP.h
Normal file
10
src/analyzer/protocol/udp/UDP.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#warning "Remove in v5.1. This analyzer has been moved to packet analysis, use 'zeek/packet_analysis/protocol/udp/UDPSessionAdapter.h'."
|
||||
|
||||
#include "zeek/packet_analysis/protocol/udp/UDPSessionAdapter.h"
|
||||
|
||||
namespace zeek::analyzer::udp {
|
||||
|
||||
using UDP_Analyzer [[deprecated("Remove in v5.1. Use zeek::packet_analysis::UDP::UDPSessionAdapter.")]] =
|
||||
zeek::packet_analysis::UDP::UDPSessionAdapter;
|
||||
|
||||
} // namespace zeek::analyzer::udp
|
Loading…
Add table
Add a link
Reference in a new issue