Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/debugging_unsupported_data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Exercise: Input not matching parser grammar

```admonish danger
This exercises stopped working with zeek-8.0.0 due to [changes to how Zeek logs
analyzer
failures](https://github.com/zeek/zeek/releases/tag/v8.0.0#:~:text=Logging%20of,loaded),
but going trying this exercise with the `zeek/zeek:7.2` container image should
still be instructive. Updating this exercise to newer Zeek versions is tracked
in [#36](https://github.com/zeek/spicy-course/issues/36).
```

The PCAP [`tftp-unsupported.pcap`](data/tftp-unsupported.pcap) contains TFTP
traffic, but there are problems. Using just the logs produced by Zeek figure
out what is the issue.
Expand Down
Loading