Tim Wojtulewicz

Results 63 issues of Tim Wojtulewicz

We disable spicy on CI, probably for this reason, but I figured I should file it anyways. ``` [1821/1850] Compiling WebSocket analyzer FAILED: src/analyzer/protocol/websocket/websocket___linker__.cc src/analyzer/protocol/websocket/websocket_spicy_init.cc src/analyzer/protocol/websocket/websocket_spicy_hooks_WebSocket.cc src/analyzer/protocol/websocket/websocket_WebSocket.cc /Users/tim/Desktop/projects/zeek/build/src/analyzer/protocol/websocket/websocket___linker__.cc /Users/tim/Desktop/projects/zeek/build/src/analyzer/protocol/websocket/websocket_spicy_init.cc /Users/tim/Desktop/projects/zeek/build/src/analyzer/protocol/websocket/websocket_spicy_hooks_WebSocket.cc...

> I've brought this up quite a while ago and still holding onto it: This should use CPU time of the main/current thread rather than CPU time of the full...

While working directly on a pac.cc file generated from a large analyzer, my Emacs session reformatted the whole file based on the clang-format configuration used by all of the Zeek...

Related to https://github.com/zeek/zeek/pull/3701

https://docs.zeek.org/en/master/install.html#required-dependencies states that we require GCC >= 8 and Clang >= 9. RequireCXX17.cmake requires GCC >= 7 and Clang >= 4, and should be updated to match the what our...

I recently installed Docker Desktop on Windows which required the installation of WSL2 so I could run VMs. Having that installed results in the following when trying to run btest...

This happens on all platforms but it's especially broken on Windows. Pressing ctrl-c on Windows when running with a `-j` argument will kill one of the currently-running tests, but will...

Type: Bug

The sphinx features were disabled on Windows as part of https://github.com/zeek/btest/pull/80 due to the amount of work that will be required to fix it. There's also a question about whether...

At startup I get this error message, and then it disconnects from the websocket: ``` [2023-12-01 11:15:21.050] [Zeek Agent] [warning] WebSocket error for localhost:9997: deserialization_failed (input #1 contained invalid data...

Once #39 is merged, we need to revisit the state required for the signal manager code. The changes for Windows necessitated moving the signal manager into the global namespace, which...