Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs not generated from pcap on Windows (cooked/SLL problem?) #3609

Open
philrz opened this issue Feb 13, 2024 · 0 comments
Open

Logs not generated from pcap on Windows (cooked/SLL problem?) #3609

philrz opened this issue Feb 13, 2024 · 0 comments

Comments

@philrz
Copy link
Contributor

philrz commented Feb 13, 2024

A user from the Zui community in a Slack thread reported that they were not seeing Zeek logs generated from their pcap. When reproducing the issue myself, I found that Zeek v6.0.3 produced logs from their pcap just fine on both Linux and macOS but the problem was specific to Windows. Looking at their capture I could see it was of the cooked/SLL variety such as support was added for in Zeek in #2340. But perhaps there's some remaining problem with that change not working fully on Windows?

Since I wasn't clear on if I could share their test data, I whipped up my own small test capture ifconfig-cooked.pcapng.gz which is just a capture of me doing curl ifconfig.co from a VM on my laptop. So for example the Zeek log types generated from processing this pcap successfully on macOS:

image

By comparison, on Windows:

image

And specifically, that notice event looks like just a complaint about inability to read the data.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants