Deprecate the parse_dotted_addr BIF (use to_addr instead)

This commit is contained in:
Daniel Thayer 2012-06-01 12:36:30 -05:00
parent 13f0711af5
commit 3b2ac75e91
3 changed files with 10 additions and 28 deletions

View file

@ -1,2 +0,0 @@
192.168.0.2
1234::1

View file

@ -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");
}