Tim Wojtulewicz
a34e632eef
Move NetVar from zeek to zeek::detail namespace
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
476e98b413
Remove PRI_PTR_COMPAT macros
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
4b61d60e80
Fix indentation of namespaced aliases
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
6a3f98c835
Move zeek-setup code into namespaces
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
e78e68b249
Move ZeekList types to zeek namespace
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
81c70df62c
Move __RegisterBif from zeek::detail::plugin to zeek::plugin::detail
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
35d72a68e8
Remove unimplemented zeek_magic_path/bro_magic_path method
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
6b60a20360
Move all plugin classes into zeek::plugin::detail namespaces
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
106a92a9a8
Rename BroList.h to ZeekList.h
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
db36688bf0
Move a few smaller files to zeek namespaces
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
812ac5536d
Tag the end of some namespaces for consistency
2020-08-20 16:11:46 -07:00
Tim Wojtulewicz
ddf48d7529
Move a few of the zeek::util methods and variables to zeek::util::detail
2020-08-20 16:11:44 -07:00
Tim Wojtulewicz
5a2ac84eee
Move zeekygen code to zeek::zeekygen::detail namespace
2020-08-20 16:00:35 -07:00
Tim Wojtulewicz
80ebb4b67a
Mark zeek::util::pad_size as constexpr, which provides a small performance improvement
2020-08-20 16:00:35 -07:00
Tim Wojtulewicz
8d2d867a65
Move everything in util.h to zeek::util namespace.
...
This commit includes renaming a number of methods prefixed with bro_ to be prefixed with zeek_.
2020-08-20 16:00:33 -07:00
Tim Wojtulewicz
8862b585fa
Deprecate ptr_compat_uint and ptr_compat_int in util.h
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
289c03d386
Move NetVar.h to zeek namespace
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
e7c6d51ae7
Move the functions and variables in Net.h to the zeek::net namespace. This includes moving network_time out of util.h.
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
ca9baec6e8
Add namespaced version of trigger_mgr, fix a couple uses of event_registry
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
715ca6549b
Move the remainder of the analyzers to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
914ffcadae
Move arp, tcp, udp, pia, and stepping stone analyzers
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
f1cfd5aa2b
Move bro_broker code to zeek::Broker namespace
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
cba1bc18a5
Move notifier code to zeek::notifier::detail namespace
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
1262109e5a
Move threading classes to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
f310795d79
Move probabilistic code into zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
be92bd536f
Move iosource code to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
45b5c6e619
Move logging code to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
9a800265ff
Move input code to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
14408235b8
Move file_analysis code to zeek namespaces
2020-08-20 15:55:17 -07:00
Tim Wojtulewicz
8411adf9e1
Merge remote-tracking branch 'FlyingWithJerome/master'
...
* FlyingWithJerome/master:
remove variables in netvar, use tabs in DNS.h and polish comments in dns events.
add new line at the end of the test baseline
add data+=option_len to skip unknown bytes
better explanation to server cookie
better explanation to server cookie
add edns-cookie testcase
remove data+=option_len error in cookie and keepalive
add EDNS cookie parsing
lazy commit
lazy commit
lazy commit
add testcases
add units (100ms) to comments
initial adding EDNS TCP keepalive
2020-08-20 10:41:51 -07:00
FlyingWithJerome
512361ce12
remove variables in netvar, use tabs in DNS.h and polish comments in dns events.
2020-08-20 11:02:44 -04:00
FlyingWithJerome
4a3396d525
add new line at the end of the test baseline
2020-08-20 09:04:56 -04:00
FlyingWithJerome
3b3197106d
add data+=option_len to skip unknown bytes
2020-08-20 09:04:56 -04:00
FlyingWithJerome
69c8b01f58
better explanation to server cookie
2020-08-20 09:04:56 -04:00
FlyingWithJerome
fe6efc8524
better explanation to server cookie
2020-08-20 09:04:56 -04:00
FlyingWithJerome
28576d3a84
add edns-cookie testcase
2020-08-20 09:04:56 -04:00
FlyingWithJerome
d75a385f8f
remove data+=option_len error in cookie and keepalive
2020-08-20 09:04:56 -04:00
FlyingWithJerome
74efbd0abc
add EDNS cookie parsing
2020-08-20 09:04:56 -04:00
FlyingWithJerome
c5b4311a82
lazy commit
2020-08-20 09:04:56 -04:00
FlyingWithJerome
89af7d6d4e
lazy commit
2020-08-20 09:04:56 -04:00
FlyingWithJerome
e121d89d4e
lazy commit
2020-08-20 09:04:56 -04:00
FlyingWithJerome
84d609b333
add testcases
2020-08-20 09:04:56 -04:00
FlyingWithJerome
7dcf974daf
add units (100ms) to comments
2020-08-20 09:04:56 -04:00
FlyingWithJerome
1d2b531062
initial adding EDNS TCP keepalive
2020-08-20 09:04:56 -04:00
Jon Siwek
5082b60c1f
Update submodule(s)
...
[nomail]
2020-08-19 18:27:25 -07:00
Tim Wojtulewicz
f7bec7d7ef
Merge remote-tracking branch 'origin/topic/jsiwek/strings-bif-warnings'
...
* origin/topic/jsiwek/strings-bif-warnings:
Misc strings.bif adjustments
2020-08-19 14:36:12 -07:00
Tim Wojtulewicz
589dcf5697
Merge remote-tracking branch 'origin/topic/jsiwek/coverity-1431151'
...
* origin/topic/jsiwek/coverity-1431151:
Use constexpr for IPAddr::v4_mapped_prefix declaration
2020-08-19 14:12:26 -07:00
Jon Siwek
69cbeb7a1b
Update docs for configuring CI email notifications
...
Secrets are now stored organization-wide rather than per-repository.
2020-08-19 11:51:27 -07:00
Jon Siwek
868004bd00
Update submodule(s)
...
[nomail]
2020-08-19 10:56:53 -07:00
Jon Siwek
3fc86a39b8
Merge remote-tracking branch 'origin/topic/robin/gh-467-addto'
...
- In this merge commit: fixed parentheses/typo that breaks compilation
* origin/topic/robin/gh-467-addto:
Catch if &add_func/&delete_func is applied to IDs that don't have values.
2020-08-18 12:15:29 -07:00