mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add is_valid_subnet BiF
Also includes consistency tweak for is_valid_ip() plus test cases.
This commit is contained in:
parent
7ba9609992
commit
8b83c2995a
7 changed files with 37 additions and 5 deletions
2
NEWS
2
NEWS
|
@ -27,6 +27,8 @@ New Functionality
|
|||
- Geneve tunnel options of the current packet can be extracted from scripts
|
||||
using the new PacketAnalyzer::Geneve::get_options() builtin function.
|
||||
|
||||
- The new ``is_valid_subnet()`` function mirrors ``is_valid_ip()``, for subnets.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue