mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
gtpv1: Do not register for protocol detection
While reviewing/understanding the analyzer setup, it didn't seem like GTPv1 implements packet_analysis::Analyzer::DetectProtocol(), so should not register it for protocol_detection either. Alternatively, maybe DetectProtocol() should've been implemented in which case maybe this should be an issue?
This commit is contained in:
parent
6721248da5
commit
42be2444a7
2 changed files with 0 additions and 4 deletions
|
@ -18,7 +18,6 @@ redef likely_server_ports += { gtpv1_ports };
|
|||
|
||||
event zeek_init() &priority=20
|
||||
{
|
||||
PacketAnalyzer::register_protocol_detection(PacketAnalyzer::ANALYZER_UDP, PacketAnalyzer::ANALYZER_GTPV1);
|
||||
PacketAnalyzer::register_for_ports(PacketAnalyzer::ANALYZER_UDP, PacketAnalyzer::ANALYZER_GTPV1, gtpv1_ports);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue