mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-4602'
* origin/topic/johanna/gh-4602: PPPoE: don't forward more bytes than header indicates
This commit is contained in:
commit
8ba77da152
9 changed files with 36 additions and 10 deletions
12
CHANGES
12
CHANGES
|
@ -1,3 +1,15 @@
|
|||
8.0.0-dev.609 | 2025-07-08 11:42:05 +0100
|
||||
|
||||
* PPPoE: don't forward more bytes than header indicates (Johanna Amann, Corelight)
|
||||
|
||||
This changes the PPPoE parser so that it doesn't forward extra bytes
|
||||
that might be appended after the payload. Instead, it raises a weird if
|
||||
the payload size doesn't match the size indicated by the header.
|
||||
|
||||
This is in line with what other protocol parsers (like UDP) are doing.
|
||||
|
||||
Addresses GH-4602
|
||||
|
||||
8.0.0-dev.605 | 2025-07-08 10:40:45 +0200
|
||||
|
||||
* Bump ZeekJS to work with new Location constructor (Arne Welzel, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue