zeek/src
Christian Kreibich aa9242913f More precise type information in a config framework error message
When an option's value is a reader-incompatible table or set, Zeek now
renders the type as expressed in the script layer (e.g. "set[addr,addr]")
as opposed to the internal type tag (which'd here be "table", including
for sets).
2021-01-11 13:48:40 -08:00
..
3rdparty@0e9ad7d911 Update submodule 2020-12-09 21:40:36 +00:00
analyzer Merge remote-tracking branch 'origin/topic/johanna/1323' 2020-12-22 11:00:59 -08:00
broker Fix message ordering of Broker messages 2020-12-07 21:40:46 +01:00
file_analysis Fix includes of bif.h and _pac.h files to use full paths inside build directory 2020-11-12 12:15:26 -07:00
fuzzers GH-1329: call Zeek's cleanup function from standalone fuzzer driver 2020-12-14 12:58:06 -08:00
input More precise type information in a config framework error message 2021-01-11 13:48:40 -08:00
iosource GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
logging logging/ascii: Atomically create .shadow files using rename() 2020-12-16 19:03:00 +01:00
packet_analysis GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
plugin Fix a couple of life-time issues when plugin loading fails. 2020-12-03 07:55:51 +00:00
probabilistic GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
script_opt Remove unused local in Inliner::Analyzer() 2021-01-06 22:13:31 -08:00
supervisor GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
threading GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
zeekygen GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07: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 BrokerStore <-> Zeek Tables: support complex indices 2020-11-17 14:48:10 +00:00
Attr.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Base64.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Base64.h Base: Clean up explicit uses of namespaces in places where they're not necessary. 2020-08-24 12:07:00 -07:00
BifReturnVal.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
BifReturnVal.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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_bro.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
binpac_zeek-lib.pac GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
binpac_zeek.h Use binpac.h as if it was an external dependency 2020-11-12 12:15:26 -07:00
bro.pac GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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
BroList.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
BroString.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
bsd-getopt-long.c GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
bsd-getopt-long.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
CCL.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
CCL.h Deprecate ptr_compat_uint and ptr_compat_int in util.h 2020-08-20 15:55:17 -07:00
CMakeLists.txt Merge branch 'master' into topic/vern/script-inlining 2020-12-04 16:18:14 -08:00
CompHash.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
CompHash.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Conn.cc GH-1321: Prevent compounding of connection_status_update event timers 2020-12-08 11:20:02 -08:00
Conn.h GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
const.bif Switch file UID hashing from md5 to highwayhash. 2020-04-30 10:20:09 -07:00
Continuation.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DbgBreakpoint.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DbgDisplay.h Move all debugger code into the zeek::detail namespace 2020-07-31 16:22:04 -04:00
DbgHelp.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DbgWatch.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DbgWatch.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Debug.cc Update Debug.cc to use setsignal() wrapper 2020-12-07 18:03:24 -08:00
Debug.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DebugCmds.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 Find correct zeek namespace in debug logger macros. 2020-11-23 10:58:23 +01:00
Desc.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Desc.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DFA.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DFA.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Dict.cc GH-1328: Improve behavior of Dictionary iterator invalidation 2020-12-11 18:52:31 -08:00
Dict.h GH-1328: Improve behavior of Dictionary iterator invalidation 2020-12-11 18:52:31 -08:00
digest.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
digest.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Discard.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Discard.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DNS_Mgr.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
DNS_Mgr.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EquivClass.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EquivClass.h Move regex matching code to zeek namespaces 2020-07-31 16:22:39 -04: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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Event.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EventHandler.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
EventHandler.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 Base: Clean up explicit uses of namespaces in places where they're not necessary. 2020-08-24 12:07:00 -07:00
Expr.cc cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
Expr.h cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
File.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
File.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Frag.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Frame.cc inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
Frame.h Add commentary to Frame::GetElement(int) about lack of offset adjustment 2021-01-06 22:21:09 -08:00
Func.cc cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
Func.h Remove Func::AsScriptFunc() methods 2020-12-13 14:03:39 -08:00
Hash.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Hash.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ID.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ID.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
IntrusivePtr.h Base: Clean up explicit uses of namespaces in places where they're not necessary. 2020-08-24 12:07:00 -07:00
IntSet.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
IntSet.h Move a few low-use classes to namespaces 2020-07-31 16:25:47 -04:00
IP.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
IP.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
IPAddr.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
IPAddr.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
legacy-netvar-init.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
main.cc Rename a 'do_net_run' variable to 'do_run_loop' 2020-12-14 13:07:47 -08: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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
modp_numtoa.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02: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 Move a few smaller files to zeek namespaces 2020-08-20 16:11:46 -07:00
nb_dns.c GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
nb_dns.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Net.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
net_util.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
net_util.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
NetVar.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
NetVar.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
NFA.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
NFA.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Notifier.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Notifier.h Fix indentation of namespaced aliases 2020-08-20 16:11:46 -07:00
Obj.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Obj.h cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
OpaqueVal.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
OpaqueVal.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
option.bif GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Options.cc inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
Options.h inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
PacketDumper.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
PacketDumper.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
parse.y Merge remote-tracking branch 'origin/topic/jsiwek/type-alias-introspection' 2020-11-12 14:30:32 -08:00
patricia.c GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
patricia.h Fix packet filter memory leaks 2020-01-02 12:05:49 -08: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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07: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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
PriorityQueue.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
PriorityQueue.h Move Timer and PriorityQueue classes to namespaces 2020-07-31 16:23:02 -04:00
Queue.h Move Location to zeek::detail and BroObj to zeek 2020-06-30 21:12:26 -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 Move a few low-use classes to namespaces 2020-07-31 16:25:47 -04: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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RE.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RE.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Reassem.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Reassem.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
reporter.bif cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
Reporter.cc GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
Reporter.h GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
rule-parse.y GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
rule-scan.l GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Rule.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Rule.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleAction.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleAction.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleCondition.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleCondition.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleMatcher.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RuleMatcher.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RunState.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
RunState.h GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches 2020-11-02 19:03:25 +00:00
scan.l Fix misassociation of Zeekygen-style comments within function scopes 2020-12-04 19:29:11 -08:00
ScannedFile.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ScannedFile.h Move zeek::net namespace to zeek::run_state namespace. 2020-08-20 16:11:47 -07:00
Scope.cc Superficial changes to script-opt related code 2020-12-13 10:33:28 -08:00
Scope.h Superficial changes to script-opt related code 2020-12-13 10:33:28 -08:00
ScriptCoverageManager.cc cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
ScriptCoverageManager.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
SerializationFormat.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
SerializationFormat.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Sessions.cc GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
Sessions.h GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
setsignal.c GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
setsignal.h Switch from header guards to pragma once 2019-09-17 14:10:30 +02:00
SmithWaterman.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
SmithWaterman.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
stats.bif GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Stats.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Stats.h Base: Clean up explicit uses of namespaces in places where they're not necessary. 2020-08-24 12:07:00 -07:00
Stmt.cc cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
Stmt.h inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
StmtBase.h cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
StmtEnums.h Move a few smaller files to zeek namespaces 2020-08-20 16:11:46 -07:00
strings.bif Update documentation for Python >= 3.5 requirement 2020-11-25 14:57:09 -08:00
strsep.c GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
Tag.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Tag.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Timer.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Timer.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -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 GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
TraverseTypes.h inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
Trigger.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Trigger.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
TunnelEncapsulation.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
TunnelEncapsulation.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Type.cc Merge remote-tracking branch 'origin/topic/jsiwek/type-alias-introspection' 2020-11-12 14:30:32 -08:00
Type.h BrokerStore <-> Zeek Tables: support complex indices 2020-11-17 14:48:10 +00:00
types.bif Table expiry now raises &on_change handlers 2020-02-05 12:37:52 -08:00
UID.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
UID.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
util-config.h.in Additional Bro to Zeek renaming 2019-05-19 16:51:36 -05:00
util.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
util.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Val.cc GH-1328: Improve behavior of Dictionary iterator invalidation 2020-12-11 18:52:31 -08:00
Val.h GH-1328: Improve behavior of Dictionary iterator invalidation 2020-12-11 18:52:31 -08:00
Var.cc Remove Func::AsScriptFunc() methods 2020-12-13 14:03:39 -08:00
Var.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
version.c.in GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00: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 Merge branch 'master' into topic/vern/script-inlining 2021-01-06 22:08:29 -08:00
zeek-setup.h Rename a 'do_net_run' variable to 'do_run_loop' 2020-12-14 13:07:47 -08:00
zeek.bif cleaner approach for localizing errors associated with duplicated ASTs: virtualize GetLocationInfo 2021-01-07 15:14:22 -08:00
zeek.pac GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekArgs.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekArgs.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekList.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekString.cc GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
ZeekString.h GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00