mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Deprecate the parse_dotted_addr BIF (use to_addr instead)
This commit is contained in:
parent
13f0711af5
commit
3b2ac75e91
3 changed files with 10 additions and 28 deletions
|
@ -1,2 +0,0 @@
|
|||
192.168.0.2
|
||||
1234::1
|
|
@ -1,9 +0,0 @@
|
|||
#
|
||||
# @TEST-EXEC: bro %INPUT >out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
print parse_dotted_addr("192.168.0.2");
|
||||
print parse_dotted_addr("1234::1");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue