mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
PacketAnalyzer::Geneve: Add get_options()
Allow to extract Geneve options on-demand, for example during a new_connection() event.
This commit is contained in:
parent
2dc98acd1f
commit
776c003033
16 changed files with 168 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -24,6 +24,9 @@ New Functionality
|
|||
encrypted session information from a Kerberos response, including the cipher
|
||||
and encrypted data.
|
||||
|
||||
- Geneve tunnel options of the current packet can be extracted from scripts
|
||||
using the new PacketAnalyzer::Geneve::get_options() builtin function.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue