mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update BiF-tracking, add get_current_packet_ts()
Also, run the ZAM-bif-tracking test in non-ZAM environments so failures are caught immediately. There's nothing overly ZAM specific about running this test. I'm not sure I like the fact that any new contributor adding a BiF will need to dig into this... it might be a bit intimidating.
This commit is contained in:
parent
77465a90b5
commit
7449b050b3
3 changed files with 5 additions and 2 deletions
|
@ -268,6 +268,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"get_current_conn_packets_threshold", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_current_packet", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_current_packet_header", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_current_packet_ts", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_dns_stats", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_event_handler_stats", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"get_event_stats", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue