mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00

Bro instaces with high probablity. "prefix" is a string that will be prepended to the returned ID.
7 lines
131 B
Text
7 lines
131 B
Text
#
|
|
# @TEST-EXEC: bro %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
print unique_id("A-");
|
|
print unique_id("B-");
|
|
print unique_id("C-");
|