zeek/scripts/base/packet-protocols
Arne Welzel 42be2444a7 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?
2022-08-26 10:47:38 +02:00
..
ayiya Add AYIYA packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
ethernet GH-1389: Skip VN-Tag headers 2021-02-01 14:34:56 -07:00
fddi Simplify packet analyzer config. 2020-09-23 11:13:29 -07:00
geneve Fix ethertype for ARP in Geneve forwarding rules 2021-12-09 14:58:08 -07:00
gre Move IP and IP tunnel code from Sessions into packet analyzers 2020-10-15 12:18:30 -07:00
gtpv1 gtpv1: Do not register for protocol detection 2022-08-26 10:47:38 +02:00
icmp Added skeletons for TCP/UDP/ICMP packet analysis plugins. 2021-05-18 11:52:03 -07:00
ieee802_11 GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
ieee802_11_radio GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
ip Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
iptunnel Move IP and IP tunnel code from Sessions into packet analyzers 2020-10-15 12:18:30 -07:00
linux_sll GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
linux_sll2 Add support for DLT_LINUX_SLL2 PCAP link-type 2022-08-24 10:38:31 +10:00
mpls Make default packet analyzer definition explicit. 2020-09-23 11:13:29 -07:00
nflog GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
null GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
ppp_serial GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
pppoe GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
root Add support for DLT_LINUX_SLL2 PCAP link-type 2022-08-24 10:38:31 +10:00
skip Make default packet analyzer definition explicit. 2020-09-23 11:13:29 -07:00
tcp Added skeletons for TCP/UDP/ICMP packet analysis plugins. 2021-05-18 11:52:03 -07:00
teredo Add Teredo packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
udp Added skeletons for TCP/UDP/ICMP packet analysis plugins. 2021-05-18 11:52:03 -07:00
vlan GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
vntag GH-1389: Skip VN-Tag headers 2021-02-01 14:34:56 -07:00
vxlan Add VXLAN packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
__load__.zeek Add support for DLT_LINUX_SLL2 PCAP link-type 2022-08-24 10:38:31 +10:00
main.zeek Add PacketAnalyzer::register_for_port(s) functions 2021-11-23 19:36:50 -07:00