mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
33 lines
337 B
Text
33 lines
337 B
Text
42
|
|
-42
|
|
Hallihallo
|
|
1.2.3.4
|
|
1.2.0.0/16
|
|
3.14
|
|
131.159
|
|
42.0 secs
|
|
{
|
|
[1] = qwerty,
|
|
[2] = uiop
|
|
}
|
|
file "test" of string
|
|
/^?(12345)$?/
|
|
{
|
|
3,
|
|
5,
|
|
4,
|
|
1,
|
|
2
|
|
}
|
|
{
|
|
[3, GHI] = 103,
|
|
[2, DEF] = 102,
|
|
[1, ABC] = 101
|
|
}
|
|
{
|
|
[12345] = /^?(12345)$?/,
|
|
[12346] = /^?(12345)$?/
|
|
}
|
|
42/udp
|
|
[1, 2, 3]
|
|
[a=yuyuyu, b=[a=rec1, b=100, c=1.24], c=[a=rec2, b=200, c=2.24], d=7.77]
|