зеркало из https://github.com/microsoft/aragog.git
20 строки
464 B
Plaintext
20 строки
464 B
Plaintext
digraph external_block.sfa{
|
|
rankdir=LR;
|
|
0[label=0]
|
|
1[label=1]
|
|
2[label=2]
|
|
XX2 [color=white, label=""]3[label=3]
|
|
4[label=4,peripheries=2]
|
|
6[label=6]
|
|
7[label=7,peripheries=2]
|
|
8[label=8]
|
|
XX2 -> 2
|
|
0 -> 1 [label="true"]
|
|
1 -> 2 [label="ε"]
|
|
2 -> 0 [label="ε"]
|
|
2 -> 8 [label="ε"]
|
|
3 -> 4 [label="(and (= event_type 1) (= srcIp |"10.10.4.1"|))"]
|
|
6 -> 7 [label="(and (= event_type 1) (= srcIp |"10.10.4.2"|))"]
|
|
8 -> 3 [label="ε"]
|
|
8 -> 6 [label="ε"]
|
|
} |