zeek/src/packet_analysis/protocol
Johanna Amann 8192ad581d Do not lookup ignore_checksums_nets for every packet
This could lead to a noticeable (single-percent) performance
improvement.

Most of the functionality for this is in the packet analyzers that now
cache ignore_chesksums_nets.

Based on a patch by Arne Welzel (Corelight).
2021-08-06 10:32:53 +01:00
..
arp Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
ethernet GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
fddi GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
gre Remove Session prefix from some session-related classes and files 2021-04-29 11:09:35 -07:00
icmp Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
ieee802_11 GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
ieee802_11_radio GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
ip Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
iptunnel Move SessionManager::ParseIPPacket to IP analyzer's namespace 2021-05-18 11:52:03 -07:00
linux_sll GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
mpls GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
nflog GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
null GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
ppp_serial GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
pppoe GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
root Remove unnecessary include of NetVar.h from packet analysis plugins 2020-11-12 12:15:26 -07:00
skip Remove unnecessary include of NetVar.h from packet analysis plugins 2020-11-12 12:15:26 -07:00
tcp Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
udp Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
vlan GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
vntag GH-1389: Skip VN-Tag headers 2021-02-01 14:34:56 -07:00
wrapper GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
CMakeLists.txt Added skeletons for TCP/UDP/ICMP packet analysis plugins. 2021-05-18 11:52:03 -07:00