mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58: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
|
@ -112,6 +112,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"Option::any_set_to_any_vec", ATTR_FOLDABLE},
|
||||
{"Option::set_change_handler", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"PacketAnalyzer::GTPV1::remove_gtpv1_connection", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"PacketAnalyzer::Geneve::get_options", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"PacketAnalyzer::TEREDO::remove_teredo_connection", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"PacketAnalyzer::__disable_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"PacketAnalyzer::__enable_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue