mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
6 lines
161 B
Text
6 lines
161 B
Text
# @TEST-EXEC: bro -b %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
print addr_to_ptr_name([2607:f8b0:4009:802::1012]);
|
|
print addr_to_ptr_name(74.125.225.52);
|
|
|