Merge remote-tracking branch 'origin/topic/johanna/pppoe-session-id-logging'

* origin/topic/johanna/pppoe-session-id-logging:
  Update external tests for pppoe-session-id conn.log changes
  PPPoE: add session id logging
This commit is contained in:
Johanna Amann 2025-07-24 07:51:03 +01:00
commit 4399f171ae
15 changed files with 91 additions and 5 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
8.0.0-dev.734 | 2025-07-24 07:55:31 +0100
* PPPoE: add session id logging (Johanna Amann, Corelight)
This adds a new PacketAnalyzer::PPPoE::session_id bif, which extracts
the PPPoE session ID from the current packet.
Furthermore, a new policy script is added which adds the pppoe session
id to the connection log.
8.0.0-dev.730 | 2025-07-23 15:26:08 -0700
* Fix a few other minor issues reported by Coverity (Tim Wojtulewicz, Corelight)