Tim Wojtulewicz
Tim Wojtulewicz
I don't believe so, but I can revert https://github.com/zeek/broker/commit/e7d969226ce263d094c709c78f8886d2a4831d4f and check.
No, still broken here: https://cirrus-ci.com/task/5149945408782336
I kinda like @JustinAzoff's suggestion of using a PktSrc here. That's almost exactly the point of a packet source. It would just need to open the socket and have packets...
Is it possibly because the `#ifndef` is within a `%{ %}` block and the `#endif` isn't? Would that be confusing the parser/compiler a little?
https://cirrus-ci.com/task/5932039311458304 got a new set of errors I haven't seen before, but still the the same root error: ``` src/re-parse.y:3:2: error: unterminated conditional directive #ifndef __clang_analyzer__ ^ src/re-parse.y:150:42: error: expected...
> Hmm, should we re-open this issue until the fix is in the zeek repo? > > I've just had another occurrence here: https://cirrus-ci.com/task/5684539941978112 This should be fixed in master...
Looks like there's some issues with frame list being built. When the ID object for the `info` variable in the `for` statement in the `timeout` block is created, it sets...
We talked this morning and it seems like there's a few options here: - Talk to Fedor about why the network connectivity fails periodically on the runners and see if...
I think Arne was the only one that ever saw it. I'll make the change for /etc/hosts and see if it works today.
I made the /etc/hosts change on the Ubuntu 22 Dockerfile. It didn't break anything but it's hard to tell if it fixed anything either since the build ran through previously...