zeek/src
Benjamin Bannier ebe285f591 Allow -B flag in non-Debug builds, but ignore it.
The `-B` flag allows to enable debug streams in Debug builds. We
previously didn't support passing the flag for other builds. With that
whether an invocation of `zeek` executed or not depended on the way zeek
was built.

With this patch we accept and parse the flag when passed in the
invocation, but ignore any requests for actual debug streams in
non-Debug builds (no streams are available). If `-B help` is passed we
emit a message and abort.
2021-08-27 13:52:50 +02:00
..
3rdparty@d31b51e6a0 Update 3rdparty submodule to pull in doctest to 2.4.6. 2021-07-18 10:07:01 +02:00
analyzer Fix option length computation in Geneve analyzer. 2021-08-18 09:19:49 +02:00
broker Fix addr/string type confusion in Broker::peers() 2021-08-18 15:16:58 -07:00
file_analysis docs: escape * in documentation 2021-07-08 18:26:42 -05:00
fuzzers Move packet parsing code out of adapter into analyzer 2021-06-02 13:20:10 -07:00
input Skip input framework entries with missing but non-optional fields 2021-06-30 20:02:26 -07:00
iosource Add base class for IP-based packet analyzers 2021-05-18 11:52:03 -07:00
logging Merge remote-tracking branch 'origin/topic/timw/coverity-findings' 2021-07-06 08:49:58 -07:00
packet_analysis Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
plugin Removed a non-functional builtin plugin preload loading mechanism 2021-06-23 10:19:20 +00:00
probabilistic Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
script_opt Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
session Only sort sessions during Drain() if a random seed is set 2021-08-03 10:07:47 -07:00
supervisor Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
telemetry Add missing zeek/ prefix to a telemetry header's includes 2021-04-30 18:29:34 -07:00
threading Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
zeekygen Merge remote-tracking branch 'origin/topic/jsiwek/zeekygen-code-links' 2021-03-01 11:37:29 -08:00
Anon.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Anon.h Tag the end of some namespaces for consistency 2020-08-20 16:11:46 -07:00
Attr.cc addressed a number of code review comments 2021-06-07 10:52:19 -07:00
Attr.h more liberal view of attribute equality; allow suppressing attr type-checking 2021-03-18 10:42:49 -07:00
Base64.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Base64.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
BifReturnVal.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
BifReturnVal.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
binpac-lib.pac GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
binpac.pac
binpac_zeek-lib.pac Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
binpac_zeek.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
bro_inet_ntop.c GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
bro_inet_ntop.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
bsd-getopt-long.c Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
bsd-getopt-long.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
CCL.cc Fix variable shadowing issues reported by LGTM 2021-03-03 09:57:16 -07:00
CCL.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
CMakeLists.txt Switch to more accurate source and binary references in cmake 2021-06-23 10:26:17 +00:00
CompHash.cc Fix a number of Coverity findings 2021-07-02 11:18:19 -07:00
CompHash.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Conn.cc GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Conn.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
const.bif Switch file UID hashing from md5 to highwayhash. 2020-04-30 10:20:09 -07:00
ConvertUTF.c GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ConvertUTF.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
DbgBreakpoint.cc GH-1528: Remove broken Queue/PQueue class, replace with std::deque 2021-04-28 09:26:51 -07:00
DbgBreakpoint.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
DbgDisplay.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
DbgHelp.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
DbgWatch.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
DbgWatch.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Debug.cc convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
Debug.h GH-1528: Remove broken Queue/PQueue class, replace with std::deque 2021-04-28 09:26:51 -07:00
DebugCmdInfoConstants.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DebugCmdInfoConstants.h
DebugCmdInfoConstants.in Rename bro to zeek in error messages 2019-06-16 23:08:45 -05:00
DebugCmds.cc convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
DebugCmds.h Fix -Wsign-compare warnings in Debug{Cmds}.cc 2021-04-28 13:10:38 -07:00
DebugLogger.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DebugLogger.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Desc.cc option for deterministic descriptions of sets & tables 2021-03-18 16:18:32 -07:00
Desc.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
DFA.cc GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
DFA.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Dict.cc GH-1693: Fix potential crash with elements being modified during robust iteration 2021-07-26 11:22:38 -07:00
Dict.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
digest.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
digest.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Discard.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Discard.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
DNS_Mgr.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
DNS_Mgr.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
EquivClass.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
EquivClass.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
event.bif GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
Event.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Event.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
EventHandler.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
EventHandler.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
EventLauncher.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EventLauncher.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
EventRegistry.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EventRegistry.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Expr.cc Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
Expr.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
File.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
File.h factor out "print" statement's execution functionality 2021-03-24 15:01:33 -07:00
Flare.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Flare.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Frag.cc Redo how reassembled flag is accessed in IP_Hdr, filling in a memory hole 2021-07-14 14:59:49 -07:00
Frag.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Frame.cc support for Frame's having call locations even if no associated CallExpr 2021-05-30 17:43:17 -07:00
Frame.h addressed a number of code review comments 2021-06-07 10:52:19 -07:00
Func.cc Merge remote-tracking branch 'origin/topic/vern/CPP-workflow2' 2021-07-01 08:46:53 -07:00
Func.h Merge remote-tracking branch 'origin/topic/vern/CPP-workflow2' 2021-07-01 08:46:53 -07:00
Hash.cc Fix a number of Coverity findings 2021-07-02 11:18:19 -07:00
Hash.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
ID.cc tracking of expressions used to define/redef variables 2021-05-05 16:55:04 -07:00
ID.h tracking of expressions used to define/redef variables 2021-05-05 16:55:04 -07:00
in_cksum.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
input.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
IntrusivePtr.h Improve assignment operators for IntrusivePtr 2021-06-06 15:34:24 +02:00
IntSet.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
IntSet.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
IP.cc GH-1216: Enable Mobile IPv6 support by default 2021-06-28 11:11:55 -07:00
IP.h Redo how reassembled flag is accessed in IP_Hdr, filling in a memory hole 2021-07-14 14:59:49 -07:00
IPAddr.cc Fix a few Coverity warnings from the session manager work 2021-05-05 14:05:10 +00:00
IPAddr.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
List.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
List.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
main.cc Fix perftools-enabled build 2021-06-24 16:02:45 -07:00
make_dbg_constants.py GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
modp_numtoa.c Omit unneeded decimal points in modp_dtoa2() scientific notation output 2021-05-17 17:56:19 -07:00
modp_numtoa.h GH-1244: Change modp_dtoa2() to use scientific notation for small values 2021-05-17 17:44:23 -07:00
module_util.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
module_util.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
nb_dns.c Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
nb_dns.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
net_util.cc GH-1216: Enable Mobile IPv6 support by default 2021-06-28 11:11:55 -07:00
net_util.h GH-1216: Enable Mobile IPv6 support by default 2021-06-28 11:11:55 -07:00
NetVar.cc Remove the Stepping Stone analyzer 2021-06-03 14:28:12 +01:00
NetVar.h Remove the Stepping Stone analyzer 2021-06-03 14:28:12 +01:00
NFA.cc GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
NFA.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
Notifier.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Notifier.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Obj.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Obj.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
OpaqueVal.cc Expose telemetry API to scripting land 2021-03-29 10:47:32 +02:00
OpaqueVal.h Expose telemetry API to scripting land 2021-03-29 10:47:32 +02:00
option.bif Merge remote-tracking branch 'origin/topic/vern/zval' 2021-03-23 20:44:19 -07:00
Options.cc Allow -B flag in non-Debug builds, but ignore it. 2021-08-27 13:52:50 +02:00
Options.h Remove remaining vestigial IDMEF support code 2021-06-28 15:18:16 -07:00
PacketFilter.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
PacketFilter.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
parse.y directly construct records of known types, rather than requiring coercion 2021-05-30 17:47:28 -07:00
patricia.c Fix failing test due to patricia change 2021-07-23 12:26:09 -07:00
patricia.h Rebase patricia code on upstream version 2021-07-23 09:57:58 -07:00
Pipe.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Pipe.h Move Flare/Pipe from the bro namespace to zeek::detail 2020-06-03 15:16:19 -07:00
PolicyFile.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
PolicyFile.h Move a few smaller files to zeek namespaces 2020-08-20 16:11:46 -07:00
PrefixTable.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
PrefixTable.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
PriorityQueue.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
PriorityQueue.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Queue.h GH-1528: Remove broken Queue/PQueue class, replace with std::deque 2021-04-28 09:26:51 -07:00
RandTest.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RandTest.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
re-parse.y GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
re-scan.l Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
RE.cc GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
RE.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Reassem.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Reassem.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
reporter.bif new function for getting the location, if any, associated with the current call 2021-03-24 09:36:21 -07:00
Reporter.cc Fix typo 2021-06-20 08:14:10 -07:00
Reporter.h method for reporting run-time errors in compiled-to-C++ scripts 2021-05-05 16:55:04 -07:00
rule-parse.y Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
rule-scan.l GH-1497: Support CRLF line-endings in Zeek scripts and signature files 2021-04-08 20:32:30 -07:00
Rule.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Rule.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
RuleAction.cc Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
RuleAction.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
RuleCondition.cc Move old TCP analyzer into analyzer adapter in packet analysis tree 2021-06-02 13:20:10 -07:00
RuleCondition.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
RuleMatcher.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
RuleMatcher.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
RunState.cc Fix a use-after-free during shutdown 2021-07-26 14:26:22 -07:00
RunState.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
scan.l Fix a number of Coverity findings 2021-07-02 11:18:19 -07:00
ScannedFile.cc Change a <sys/errno.h> include to <errno.h> 2021-03-30 16:03:14 -07:00
ScannedFile.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Scope.cc addressed a number of code review comments 2021-06-07 10:52:19 -07:00
Scope.h convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
ScriptCoverageManager.cc Deprecate zeekenv() and use getenv() directly 2021-01-29 16:55:44 -08:00
ScriptCoverageManager.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
SerializationFormat.cc GH-1713: Avoid unneeded reallocs in SerializationFormat::WriteData 2021-08-11 15:40:09 -07:00
SerializationFormat.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Sessions.h Remove Session prefix from some session-related classes and files 2021-04-29 11:09:35 -07:00
setsignal.c Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
setsignal.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
SmithWaterman.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
SmithWaterman.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Span.h Adhere to Zeek coding style 2021-03-29 10:47:32 +02:00
stats.bif GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Stats.cc GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
Stats.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Stmt.cc addressed a number of code review comments 2021-06-07 10:52:19 -07:00
Stmt.h make "switch" internals accessible to ZAM; tidying of same 2021-05-30 18:13:17 -07:00
StmtBase.h making Exec methods non-const, so execution can manage side-information 2021-03-18 08:22:55 -07:00
StmtEnums.h Stmt tag for compiled-to-C++; Inliner knows to avoid it 2021-05-05 16:55:04 -07:00
strings.bif migrate to differentiated vector "At" accessors to support future efficiency 2021-02-25 13:28:23 -08:00
strsep.c Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
Tag.cc Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
Tag.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Timer.cc Fix issue-1689 2021-08-02 13:52:43 -07:00
Timer.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Traverse.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Traverse.h convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
TraverseTypes.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Trigger.cc addressed a number of code review comments 2021-06-07 10:52:19 -07:00
Trigger.h Trigger constructor (and factoring) to support lower-level constructions 2021-05-30 17:28:25 -07:00
TunnelEncapsulation.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
TunnelEncapsulation.h Fix missing assigmnent operator/copy constructor pairings reported by LGTM 2021-03-03 10:29:25 -07:00
Type.cc Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
Type.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
types.bif GH-1517: Add Geneve decap support 2021-04-27 11:21:29 +02:00
UID.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
UID.h Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
util-config.h.in Additional Bro to Zeek renaming 2019-05-19 16:51:36 -05:00
util.cc Remove unneccessary >= 0 check in a UTF32 comparison 2021-08-25 14:13:17 -07:00
util.h Fix incomplete-type for struct timeval 2021-03-29 22:41:31 -05:00
Val.cc Fix failing test due to patricia change 2021-07-23 12:26:09 -07:00
Val.h Merge remote-tracking branch 'origin/master' into topic/johanna/gh-859 2021-06-30 10:36:54 +01:00
Var.cc convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
Var.h convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
version.c.in Add missing zeek/ to header includes 2021-01-29 19:16:29 -08:00
WeirdState.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
WeirdState.h Move a few low-use classes to namespaces 2020-07-31 16:25:47 -04:00
zeek GH-1068: Add zeek symlink to allow "zeek/Foo.h" include style 2020-07-20 17:54:09 -07:00
zeek-affinity.cc Address supervisor code re-factoring feedback from Robin 2020-01-21 22:26:17 -08:00
zeek-affinity.h Address supervisor code re-factoring feedback from Robin 2020-01-21 22:26:17 -08:00
zeek-bif.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
zeek-setup.cc Fix a use-after-free during shutdown 2021-07-26 14:26:22 -07:00
zeek-setup.h Rename a 'do_net_run' variable to 'do_run_loop' 2020-12-14 13:07:47 -08:00
zeek.bif GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
zeek.pac GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekArgs.cc migration to using new differentiated methods for setting record fields 2021-02-25 16:59:26 -08:00
ZeekArgs.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekList.h Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
ZeekString.cc Add unit tests to ZeekString.cc 2021-05-11 09:26:16 -07:00
ZeekString.h GH-572: Mark MemoryAllocation() and related methods deprecated 2021-06-28 11:07:58 -07:00
ZVal.cc switch ZVal representation of types from Type objects to TypeVal's 2021-05-30 18:44:41 -07:00
ZVal.h ZVal constructors, accessors & methods in support of ZAM 2021-05-30 19:23:29 -07:00