..
3rdparty
src/3rdparty: Port doctest fix for including <ciso646> from upstream
2025-09-25 18:39:07 -07:00
analyzer
QUIC: Skip packets with fixed_bit 0
2025-10-09 09:14:56 +02:00
broker
Deprecate SetType, as it can be replaced by TableType
2025-09-17 14:09:58 -07:00
cluster
cluster/zeromq: Fix Cluster::subscribe() block if not initialized
2025-09-25 18:58:35 +02:00
conn_key
Establish plugin infrastructure for ConnKey factories.
2025-06-25 13:18:07 +02:00
file_analysis
Remove checks for OpenSSL 1.x versions
2025-09-29 10:23:28 -07:00
fuzzers
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
include
Creating a symlink src/include/zeek -> src/
2022-11-09 18:16:13 +02:00
input
Merge remote-tracking branch 'origin/topic/vern/remove-SetType'
2025-09-17 14:26:42 -07:00
iosource
iosource/Packet: Allow ToRawPktHdrVal() for reassembled packets
2025-10-02 14:10:09 +02:00
logging
logging/writers: Disable heartbeats
2025-10-02 09:59:43 +02:00
packet_analysis
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
plugin
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
probabilistic
Switch to using std::ranges algorithms
2025-07-28 13:03:25 -07:00
script_opt
Reworked initialization of globals for -O gen-standalone-C++ code
2025-10-07 09:18:49 -07:00
session
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
spicy
Switch to using std::ranges algorithms
2025-07-28 13:03:25 -07:00
storage
Merge remote-tracking branch 'origin/topic/timw/4742-skip-storage-thread'
2025-09-17 08:44:55 -07:00
supervisor
Supervisor: Make last_signal atomic to squelch data race
2025-09-29 14:50:20 +02:00
telemetry
Fix a few more random clang-tidy findings
2025-09-02 16:51:34 +00:00
threading
Deprecate SetType, as it can be replaced by TableType
2025-09-17 14:09:58 -07:00
zeekygen
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
Anon.cc
Fix some bit-shifting overflow/UB issues reported by Coverity
2025-07-23 15:17:53 -07:00
Anon.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
Attr.cc
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
2025-09-23 09:05:40 -07:00
Attr.h
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
2025-09-23 09:05:40 -07:00
Base64.cc
Fix clang-tidy readability-isolate-declaration warnings
2025-06-30 14:19:06 -07:00
Base64.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
binpac-lib.pac
Fix clang-tidy modernize-use-nullptr findings
2025-06-06 11:43:06 -07:00
binpac.pac
binpac_zeek-lib.pac
Remove using util.h in various headers in favor of util-types.h
2025-06-11 11:11:54 -07:00
binpac_zeek.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
CCL.cc
Switch to using std::ranges algorithms
2025-07-28 13:03:25 -07:00
CCL.h
Reformat
2023-11-06 09:42:46 +00:00
CMakeLists.txt
Force SQLite to be in thread-safe mode during CMake
2025-09-16 12:19:09 -07:00
communityid.bif
Fix clang-tidy findings in embedded C++ from bif files
2025-07-23 10:19:32 -07:00
CompHash.cc
Fix clang-tidy bugprone-branch-clone warnings
2025-05-27 11:58:27 -07:00
CompHash.h
Reformat
2023-11-06 09:42:46 +00:00
Conn.cc
Conn: Improve packing, drop bitfields and boolenize
2025-10-02 09:13:03 +02:00
Conn.h
Conn: Improve packing, drop bitfields and boolenize
2025-10-02 09:13:03 +02:00
ConnKey.h
ConnKey: Extend DoPopulateConnIdVal() with ctx
2025-07-03 18:19:46 +02:00
const.bif
Move netbios_ssn_session_timeout to a script-level constant
2025-06-10 11:58:20 -07:00
DbgBreakpoint.cc
isolate Location specifics to private class variables to enforce correct line number ordering
2025-07-08 10:39:28 +02:00
DbgBreakpoint.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
DbgDisplay.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
DbgHelp.cc
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
DbgWatch.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
DbgWatch.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Debug.cc
Add some additional std::moves reported by Coverity
2025-07-23 15:17:53 -07:00
Debug.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
DebugCmdInfoConstants.in
Merge remote-tracking branch 'microsoft/master'
2022-11-11 15:23:21 -07:00
DebugCmds.cc
isolate Location specifics to private class variables to enforce correct line number ordering
2025-07-08 10:39:28 +02:00
DebugCmds.h
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
2025-06-23 08:35:24 -07:00
DebugLogger.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
DebugLogger.h
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
2025-06-23 08:35:24 -07:00
Desc.cc
Add ODesc::Size() that returns size_t, deprecate ODesc::Len()
2025-07-25 09:13:10 -07:00
Desc.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
DFA.cc
Fix up minor warnings in touched files
2024-10-30 08:47:57 -04:00
DFA.h
Fix up minor warnings in touched files
2024-10-30 08:47:57 -04:00
Dict.cc
Fix clang-tidy modernize-use-nullptr findings
2025-06-06 11:43:06 -07:00
Dict.h
Fix clang-tidy readability-isolate-declaration warnings
2025-06-30 14:19:06 -07:00
digest.cc
Remove checks for OpenSSL 1.x versions
2025-09-29 10:23:28 -07:00
digest.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
Discard.cc
Fix clang-tidy modernize-min-max-use-initializer-list findings
2025-06-06 11:43:06 -07:00
Discard.h
Remove unnecessary #includes in analyzer/packet analyzer/file analyzer headers
2025-05-19 10:25:05 -07:00
DNS_Mapping.cc
Fix clang-tidy readability-isolate-declaration warnings
2025-06-30 14:19:06 -07:00
DNS_Mapping.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
DNS_Mgr.cc
Deprecate SetType, as it can be replaced by TableType
2025-09-17 14:09:58 -07:00
DNS_Mgr.h
Fix uninitialized class member Coverity findings
2025-07-23 15:17:53 -07:00
EquivClass.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
EquivClass.h
Use modern names for standard headers
2025-05-16 10:14:36 -07:00
event.bif
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
Event.cc
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
Event.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
EventHandler.cc
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
EventHandler.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
EventLauncher.cc
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
EventLauncher.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
EventRegistry.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
EventRegistry.h
tracking of event groups for compilation to standalone-C++
2025-09-17 14:28:13 -07:00
EventTrace.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
EventTrace.h
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
Expr.cc
Deprecate SetType, as it can be replaced by TableType
2025-09-17 14:09:58 -07:00
Expr.h
Fix clang-tidy modernize-use-override warnings in headers
2025-06-23 08:35:24 -07:00
File.cc
Fix clang-tidy modernize-use-nullptr findings
2025-06-06 11:43:06 -07:00
File.h
Reformat
2023-11-06 09:42:46 +00:00
Flare.cc
Reformat
2023-11-06 09:42:46 +00:00
Flare.h
Reformat
2023-11-06 09:42:46 +00:00
Frag.cc
Fix clang-tidy bugprone-suspicious-string-compare warnings
2025-05-27 11:58:27 -07:00
Frag.h
Remove using util.h in various headers in favor of util-types.h
2025-06-11 11:11:54 -07:00
Frame.cc
Add facade types to avoid using raw Broker types
2023-12-04 15:23:28 +01:00
Frame.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Func.cc
Fix some recent Coverity findings
2025-09-30 15:57:17 -07:00
Func.h
Fix some recent Coverity findings
2025-09-30 15:57:17 -07:00
Hash.cc
Remove including <cinttypes> from util.h
2025-05-16 10:14:37 -07:00
Hash.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
ID.cc
Use sorted forward_list instead of multimap for ID option change handlers
2025-07-28 13:41:51 -07:00
ID.h
shift much of the internal use of ID* identifier pointers over to IDPtr objects
2025-09-03 11:19:31 -07:00
input.h
input/zeek-setup: Track parse_only globally
2025-03-05 19:23:08 +01:00
IntrusivePtr.h
Switch to using c++20 constraints instead of std::enable_if
2025-07-28 13:03:25 -07:00
IntSet.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
IntSet.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
IP.cc
Fix clang-tidy readability-isolate-declaration warnings
2025-06-30 14:19:06 -07:00
IP.h
Switch IPv6_Hdr_Chain to a vector of objects instead of pointers
2025-06-23 10:41:23 -07:00
IPAddr.cc
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
IPAddr.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
List.cc
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
List.h
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
2025-06-23 08:35:24 -07:00
main.cc
Handle uncaught exception during setup
2025-07-23 15:17:53 -07:00
make_dbg_constants.py
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
mmdb.bif
Use quotes instead of <> for zeek includes
2025-05-16 10:14:36 -07:00
MMDB.cc
Fix clang-tidy modernize-use-default-member-init warnings in headers
2025-06-23 08:35:24 -07:00
MMDB.h
Remove ghc::filesystem submodule, switch to std::filesystem
2025-07-14 11:23:54 -07:00
module_util.cc
Fix clang-tidy bugprone-assignment-in-if-condition warnings
2025-05-27 11:58:27 -07:00
module_util.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
net_util.cc
Fix clang-tidy cppcoreguidelines-macro-usage findings (macro functions)
2025-06-04 09:24:05 -07:00
net_util.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
NetVar.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
NetVar.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
NFA.cc
Switch to using std::ranges algorithms
2025-07-28 13:03:25 -07:00
NFA.h
Fix clang-tidy bugprone-macro-parentheses warnings in headers
2025-06-23 08:35:24 -07:00
Notifier.cc
Modifiable: No virtual destructor
2025-10-09 10:45:26 +02:00
Notifier.h
Modifiable: No virtual destructor
2025-10-09 10:45:26 +02:00
Obj.cc
remove non-functional column information from Location objects
2025-07-08 10:39:53 +02:00
Obj.h
remove non-functional column information from Location objects
2025-07-08 10:39:53 +02:00
OpaqueVal.cc
Remove checks for OpenSSL 1.x versions
2025-09-29 10:23:28 -07:00
OpaqueVal.h
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
2025-06-23 08:35:24 -07:00
option.bif
Options.cc
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
2025-09-23 09:05:40 -07:00
Options.h
Try to be more careful with --help
printing
2025-01-08 07:54:18 -05:00
Overflow.cc
Reformat
2023-11-06 09:42:46 +00:00
Overflow.h
Remove using util.h in various headers in favor of util-types.h
2025-06-11 11:11:54 -07:00
PacketFilter.cc
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
PacketFilter.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
parse.y
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
2025-09-23 09:05:40 -07:00
Pipe.cc
Reformat
2023-11-06 09:42:46 +00:00
Pipe.h
Fix clang-tidy modernize-use-default-member-init warnings in headers
2025-06-23 08:35:24 -07:00
PolicyFile.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
PolicyFile.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
PrefixTable.cc
Fix uninitialized class member Coverity findings
2025-07-23 15:17:53 -07:00
PrefixTable.h
Fix uninitialized class member Coverity findings
2025-07-23 15:17:53 -07:00
PriorityQueue.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
PriorityQueue.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
RandTest.cc
Fix a few other minor issues reported by Coverity
2025-07-23 15:17:53 -07:00
RandTest.h
Move initialization of RandTest members to header
2025-06-06 11:43:06 -07:00
re-parse.y
Reformat embedded C++ code in bison/flex files
2025-03-04 09:33:30 -07:00
re-scan.l
Use modern names for standard headers
2025-05-16 10:14:36 -07:00
RE.cc
RE: Add MatchAll() and MatchSet() for std::string_view
2025-06-30 13:22:31 +02:00
RE.h
RE: Add MatchAll() and MatchSet() for std::string_view
2025-06-30 13:22:31 +02:00
Reassem.cc
Fix clang-tidy modernize-use-default-member-init findings
2025-06-06 11:43:06 -07:00
Reassem.h
Fix clang-tidy performance-noexcept-move-constructor warnings in headers
2025-06-23 08:35:24 -07:00
reporter.bif
Update reporter.bif to describe special case of errors in init
2024-06-04 11:56:06 +02:00
Reporter.cc
Fix an unsigned integer comparison reported by Coverity
2025-07-23 15:17:53 -07:00
Reporter.h
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
rule-parse.y
remove non-functional column information from Location objects
2025-07-08 10:39:53 +02:00
rule-scan.l
Use modern names for standard headers
2025-05-16 10:14:36 -07:00
Rule.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Rule.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
RuleAction.cc
Fix clang-tidy modernize-use-emplace findings
2025-06-06 11:43:06 -07:00
RuleAction.h
Fix uninitialized class member Coverity findings
2025-07-23 15:17:53 -07:00
RuleCondition.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
RuleCondition.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
RuleMatcher.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
RuleMatcher.h
Fix clang-tidy modernize-use-transparent-functors warnings in headers
2025-06-23 08:35:24 -07:00
RunState.cc
packet_analysis/Manager: Rename GetUnprocessedCount() to PacketsUnprocessed()
2025-07-28 13:41:32 +02:00
RunState.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
scan.l
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
2025-09-23 09:05:40 -07:00
ScannedFile.cc
Remove ghc::filesystem submodule, switch to std::filesystem
2025-07-14 11:23:54 -07:00
ScannedFile.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Scope.cc
Use std::string/string_view versions of starts_with/ends_with where appropriate
2025-07-17 09:08:54 -07:00
Scope.h
Fix clang-tidy bugprone-use-after-move warnings in headers
2025-06-23 08:35:24 -07:00
ScriptCoverageManager.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
ScriptCoverageManager.h
extend script coverage profiling to track whether conditionals evaluate to true/false
2025-06-26 16:10:50 +02:00
ScriptProfile.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
ScriptProfile.h
Fix a few other minor issues reported by Coverity
2025-07-23 15:17:53 -07:00
ScriptValidation.cc
Use .contains() instead of .find() or .count()
2025-09-02 16:42:52 +00:00
ScriptValidation.h
Reformat
2023-11-06 09:42:46 +00:00
SerializationFormat.cc
Use size_t for byte sizes in SerializationFormat
2025-07-25 09:13:10 -07:00
SerializationFormat.h
Use size_t for byte sizes in SerializationFormat
2025-07-25 09:13:10 -07:00
SmithWaterman.cc
Switch to using std::ranges algorithms
2025-07-28 13:03:25 -07:00
SmithWaterman.h
Fix clang-tidy modernize-use-equals-delete warnings in headers
2025-06-23 08:35:24 -07:00
stats.bif
ConnStats: Expose num_packets_unprocessed
2025-07-28 14:10:53 +02:00
Stats.cc
Fix clang-tidy readability-isolate-declaration warnings
2025-06-30 14:19:06 -07:00
Stats.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Stmt.cc
fixup! shift much of the internal use of ID* identifier pointers over to IDPtr objects
2025-09-03 11:19:38 -07:00
Stmt.h
shift much of the internal use of ID* identifier pointers over to IDPtr objects
2025-09-03 11:19:31 -07:00
StmtBase.h
fixes & enhancements to location information associated w/ AST nodes & ZAM optimization
2024-02-06 11:03:02 +01:00
StmtEnums.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
strings.bif
Fix a few more random clang-tidy findings
2025-09-02 16:51:34 +00:00
Tag.cc
Remove including <cinttypes> from util.h
2025-05-16 10:14:37 -07:00
Tag.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Timer.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
Timer.h
Fix clang-tidy modernize-use-override warnings in headers
2025-06-23 08:35:24 -07:00
Traverse.cc
Traverse: Do not short-circuit traverse_all() if stmts is nullptr
2025-04-03 12:19:34 +02:00
Traverse.h
Reformat
2023-11-06 09:42:46 +00:00
TraverseTypes.h
Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers
2025-06-23 08:35:24 -07:00
Trigger.cc
Clang-tidy fixes for recent IDPtr changes
2025-09-03 15:34:29 -07:00
Trigger.h
Fix clang-tidy modernize-use-override warnings in headers
2025-06-23 08:35:24 -07:00
TunnelEncapsulation.cc
Minor review nits
2024-11-13 14:08:30 -07:00
TunnelEncapsulation.h
Fix clang-tidy modernize-use-default-member-init warnings in headers
2025-06-23 08:35:24 -07:00
Type.cc
fix to enable -O gen-standalone-C++ code to extend enum types
2025-10-03 14:06:53 -07:00
Type.h
Deprecate SetType, as it can be replaced by TableType
2025-09-17 14:09:58 -07:00
types.bif
af_packet: Remove submodule, adapt CMake/code for Zeek build
2025-08-20 08:52:26 -07:00
UID.cc
Fix clang-tidy modernize-loop-convert findings
2025-06-06 11:43:06 -07:00
UID.h
Fix clang-tidy bugprone-unhandled-self-assignment warnings in headers
2025-06-23 08:35:24 -07:00
util-types.cc
Move type definitions/aliases from util.h to a separate file
2025-06-11 11:11:54 -07:00
util-types.h
Remove zeek::Span and use std::span instead
2025-07-29 07:51:29 +02:00
util.cc
Fix build failure with std::ranges on Debian 11
2025-07-28 15:58:46 -07:00
util.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
Val.cc
Modifiable: No virtual destructor
2025-10-09 10:45:26 +02:00
Val.h
RecordVal: Use const pointer in parse_time_records
2025-10-09 10:45:26 +02:00
Var.cc
fixes for re-declaring type identifiers in inconsistent ways - addresses GH-2686
2025-09-27 22:23:57 -07:00
Var.h
Fix clang-tidy performance-enum-size warnings in headers
2025-06-23 08:35:24 -07:00
version.c.in
Support for configurable localversion
2024-04-17 14:16:47 -07:00
WeirdState.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
WeirdState.h
Reformat
2023-11-06 09:42:46 +00:00
zeek-affinity.cc
Reformat
2023-11-06 09:42:46 +00:00
zeek-affinity.h
Reformat
2023-11-06 09:42:46 +00:00
zeek-bif.h
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
zeek-setup.cc
Remove checks for OpenSSL 1.x versions
2025-09-29 10:23:28 -07:00
zeek-setup.h
Reformat
2023-11-06 09:42:46 +00:00
zeek.bif
iosource/Packet: Allow ToRawPktHdrVal() for reassembled packets
2025-10-02 14:10:09 +02:00
zeek.pac
ZeekArgs.cc
Add missing copyright line to headers and cc files
2024-12-06 12:50:58 +01:00
ZeekArgs.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
ZeekConfig.cmake.in
Revert "Merge remote-tracking branch 'origin/topic/neverlord/gh-3247'"
2023-08-29 12:13:40 -07:00
ZeekList.h
shift much of the internal use of ID* identifier pointers over to IDPtr objects
2025-09-03 11:19:31 -07:00
ZeekPluginBootstrap.cmake.in
ZeekPluginBootstrap: Encode Zeek's CMAKE_BUILD_TYPE
2023-06-15 10:46:06 +02:00
ZeekPluginConfig.cmake.in
Fix install directory for plugins
2023-04-22 16:12:22 +02:00
ZeekString.cc
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
ZeekString.h
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
ZVal.cc
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00
ZVal.h
Remove unnecessary #includes in base files in repo
2025-05-19 09:50:23 -07:00