mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/christian/debug-stream-tweaks'
* origin/topic/christian/debug-stream-tweaks: Make debug stream names use "-", and handle "_" transparently Make "-B all" apply to plugin streams as well. Sort streams in "-B help" output, and match case-insensitively throughout
This commit is contained in:
commit
62bc324fe1
7 changed files with 79 additions and 28 deletions
16
CHANGES
16
CHANGES
|
@ -1,3 +1,19 @@
|
|||
7.1.0-dev.572 | 2024-11-16 09:34:27 -0700
|
||||
|
||||
* Make debug stream names use "-", and handle "_" transparently (Christian Kreibich, Corelight)
|
||||
|
||||
This looks consistent, and doesn't break any existing uses with underscores.
|
||||
|
||||
* Make "-B all" apply to plugin streams as well. (Christian Kreibich, Corelight)
|
||||
|
||||
* Sort streams in "-B help" output, and match case-insensitively throughout (Christian Kreibich, Corelight)
|
||||
|
||||
Matching of plugins' debug streams was still case-sensitive. Also contains some
|
||||
minor output tweaks.
|
||||
|
||||
It'd be nice to only list plugin debug streams actually _used_ by plugins. I
|
||||
didn't see a quick way to do that so that's for another time.
|
||||
|
||||
7.1.0-dev.568 | 2024-11-15 19:08:02 -0800
|
||||
|
||||
* Don't forward out of the unknown IP transport analyzer (Tim Wojtulewicz, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue