mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,10 +1,13 @@
|
|||
#warning "Remove in v5.1. This analyzer has been moved to packet analysis, use 'zeek/packet_analysis/protocol/udp/UDPSessionAdapter.h'."
|
||||
#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 {
|
||||
namespace zeek::analyzer::udp
|
||||
{
|
||||
|
||||
using UDP_Analyzer [[deprecated("Remove in v5.1. Use zeek::packet_analysis::UDP::UDPSessionAdapter.")]] =
|
||||
zeek::packet_analysis::UDP::UDPSessionAdapter;
|
||||
using UDP_Analyzer
|
||||
[[deprecated("Remove in v5.1. Use zeek::packet_analysis::UDP::UDPSessionAdapter.")]] =
|
||||
zeek::packet_analysis::UDP::UDPSessionAdapter;
|
||||
|
||||
} // namespace zeek::analyzer::udp
|
||||
} // namespace zeek::analyzer::udp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue