zeek/src
Johanna Amann 1fed0ed58d PPPoE: don't forward more bytes than header indicates
This changes the PPPoE parser so that it doesn't forward extra bytes
that might be appended after the payload. Instead, it raises a weird if
the payload size doesn't match the size indicated by the header.

This is in line with what other protocol parsers (like UDP) are doing.

Two tests needed to be updated - with this change, the traffic in
pppoe-over-qinq.pcap is now valid TLS. A new trace was introduced for
the confirmation-violation-info test.

Addresses GH-4602
2025-07-08 10:20:59 +01:00
..
3rdparty@46ad4968b6 Update src/3rdparty submodule to disable clang-format 2025-04-17 09:26:55 -07:00
analyzer Merge remote-tracking branch 'origin/topic/johanna/ssl-small-tweaks' 2025-07-02 07:50:33 +01:00
broker broker/WebSocketShim: Add calls to Telemetry hooks 2025-06-25 16:59:49 +02:00
cluster isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
conn_key Establish plugin infrastructure for ConnKey factories. 2025-06-25 13:18:07 +02:00
file_analysis Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
fuzzers Add extra input files to ftp fuzzer corpus 2025-05-20 10:58:32 -07:00
include
input isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
iosource Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
logging Fix clang-tidy modernize-use-equals-delete warnings in headers 2025-06-23 08:35:24 -07:00
packet_analysis PPPoE: don't forward more bytes than header indicates 2025-07-08 10:20:59 +01:00
plugin Establish plugin infrastructure for ConnKey factories. 2025-06-25 13:18:07 +02:00
probabilistic Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
script_opt Merge remote-tracking branch 'origin/topic/vern/line-number-ordering' 2025-07-08 10:40:58 +02:00
session Switch to virtualized use of new zeek::ConnKey class tree 2025-06-25 13:19:26 +02:00
spicy remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
storage SQLite: Reset expiration time on overwrite 2025-06-30 14:41:10 -07:00
supervisor Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
telemetry Merge remote-tracking branch 'origin/topic/awelzel/telemetry-endpoint-to-node-rename' 2025-06-25 09:33:55 +02:00
threading Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
zeekygen isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Anon.cc Fix clang-tidy bugprone-macro-parentheses warnings 2025-05-27 11:58:27 -07:00
Anon.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
Attr.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
Attr.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -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 Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
CCL.h Reformat 2023-11-06 09:42:46 +00:00
CMakeLists.txt Establish plugin infrastructure for ConnKey factories. 2025-06-25 13:18:07 +02:00
communityid.bif communityid: Use GetField() over GetFieldAs() 2024-11-15 17:38:53 +01: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: Move conn_id init and flip to IPBasedConnKey 2025-07-03 18:21:36 +02:00
Conn.h Deprecate ConnTuple and related APIs. 2025-06-25 13:19:26 +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 remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
Debug.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
DebugCmdInfoConstants.in
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 Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
DebugLogger.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
Desc.cc Fix clang-tidy cppcoreguidelines-macro-usage findings (macros as constants) 2025-06-04 09:24:05 -07:00
Desc.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -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 Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -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 Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
DNS_Mgr.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -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 Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
Event.cc Event: Bail on add_missing_remote_network_timestamp without add_network_timestamp 2025-06-02 17:31:36 +02:00
Event.h Remove using util.h in various headers in favor of util-types.h 2025-06-11 11:11:54 -07:00
EventHandler.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
EventHandler.h Fix clang-tidy bugprone-unhandled-self-assignment warnings in headers 2025-06-23 08:35:24 -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 EventRegistry/zeek.bif/init-bare: Add event metadata infrastructure 2025-05-23 19:31:58 +02:00
EventRegistry.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
EventTrace.cc Fix clang-tidy modernize-pass-by-value findings 2025-06-06 11:43:06 -07:00
EventTrace.h Fix clang-tidy modernize-use-emplace warnings in headers 2025-06-23 08:35:24 -07:00
Expr.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Func.h Fix clang-tidy modernize-use-bool-literals warnings in headers 2025-06-23 08:35:24 -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 Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ID.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
input.h input/zeek-setup: Track parse_only globally 2025-03-05 19:23:08 +01:00
IntrusivePtr.h Fix Obj.h include in IntrusivePtr.h to have full path 2025-05-16 10:14:36 -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 Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
IPAddr.h Deprecate the old Connection constructor and detail::ConnKey class. 2025-06-25 13:19:26 +02: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 Remove unnecessary #includes in telemetry and supervisor 2025-05-19 10:25:05 -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 Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -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 Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
NFA.h Fix clang-tidy bugprone-macro-parentheses warnings in headers 2025-06-23 08:35:24 -07:00
Notifier.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Notifier.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -07: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 unnecessary #includes in base files in repo 2025-05-19 09:50:23 -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 Make Zeekygen docs generation (-X) imply parse-only (-a) 2025-06-05 17:11:10 -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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02: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 Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
PolicyFile.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
PrefixTable.cc Fix clang-tidy modernize-return-braced-init-list findings 2025-06-06 11:43:06 -07:00
PrefixTable.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01: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 Move initialization of RandTest members to header 2025-06-06 11:43:06 -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 clang-tidy bugprone-unused-local-non-trivial-variable warnings 2025-05-27 11:58:27 -07:00
Reporter.h Fix clang-tidy modernize-use-emplace warnings in headers 2025-06-23 08:35:24 -07: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 Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01: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 Fix clang-tidy modernize-use-transparent-functors findings 2025-06-06 11:43:06 -07:00
RuleMatcher.h Fix clang-tidy modernize-use-transparent-functors warnings in headers 2025-06-23 08:35:24 -07:00
RunState.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
RunState.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
scan.l remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
ScannedFile.cc Fix clang-tidy performance-move-const-argument warnings (moving trivially copyable) 2025-05-30 08:12:29 -07:00
ScannedFile.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Scope.cc Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
Scope.h Fix clang-tidy bugprone-use-after-move warnings in headers 2025-06-23 08:35:24 -07:00
ScriptCoverageManager.cc extend script coverage profiling to track whether conditionals evaluate to true/false 2025-06-26 16:10:50 +02: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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
ScriptProfile.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ScriptValidation.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ScriptValidation.h Reformat 2023-11-06 09:42:46 +00:00
SerializationFormat.cc Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
SerializationFormat.h Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
SmithWaterman.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
SmithWaterman.h Fix clang-tidy modernize-use-equals-delete warnings in headers 2025-06-23 08:35:24 -07:00
Span.h Fix clang-tidy modernize-type-traits warnings in headers 2025-06-23 08:35:24 -07:00
stats.bif Move thread manager stats to telemetry metric 2024-08-05 13:21:44 -07: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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Stmt.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -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 clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07: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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02: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 remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
Type.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -07:00
types.bif Pass parsed file record information with ReadFile/WriteFile events 2023-08-07 13:44:38 -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 Move type definitions/aliases from util.h to a separate file 2025-06-11 11:11:54 -07:00
util.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
util.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
Val.cc Bump pre-commit hooks 2025-07-01 10:39:47 +02:00
Val.h Bump pre-commit hooks 2025-07-01 10:39:47 +02:00
Var.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -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 cluster: Introduce telemetry component 2025-06-25 16:59:49 +02:00
zeek-setup.h Reformat 2023-11-06 09:42:46 +00:00
zeek.bif Update zeek.bif 2025-06-25 22:53:29 +05:30
zeek.pac
ZeekArgs.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
ZeekArgs.h ZeekArgs: Deprecate val_list_to_args() 2024-11-21 09:30:57 +01:00
ZeekConfig.cmake.in Revert "Merge remote-tracking branch 'origin/topic/neverlord/gh-3247'" 2023-08-29 12:13:40 -07:00
ZeekList.h Reformat 2023-11-06 09:42:46 +00: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 Mark ZeekString vector helper methods deprecated 2025-06-06 12:26:43 -07:00
ZeekString.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -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