zeek/src/packet_analysis/protocol/ip
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
..
CMakeLists.txt Rename IPBasedTransportAnalyzer to SessionAdapter 2021-05-18 15:19:12 -07:00
IP.cc Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
IP.h Move SessionManager::ParseIPPacket to IP analyzer's namespace 2021-05-18 11:52:03 -07:00
IPBasedAnalyzer.cc Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
IPBasedAnalyzer.h Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
Plugin.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
SessionAdapter.cc Rename IPBasedTransportAnalyzer to SessionAdapter 2021-05-18 15:19:12 -07:00
SessionAdapter.h Ensure SessionAdapter members are initialized 2021-05-26 10:53:08 -07:00