File: DnsUnidirectionalTransactions.msc

package info (click to toggle)
suricata 1%3A7.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 83,104 kB
  • sloc: ansic: 334,774; python: 7,725; sh: 5,001; makefile: 2,075; perl: 867
file content (19 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# MSC Sequence Diagram Example: DNS Query Transaction

msc {
    # Chart Options
    arcgradient = "10";

    # Entities
    a [ label = "Client" ], b [ label = "Server" ];

    # Message Flow
    a =>> b [ label = "DNS Request" ];
    --- [ label = "Transaction 1 Completed" ];
    |||;
    b =>> a [ label = "DNS Response" ];
    --- [ label = "Transaction 2 Completed" ];

    |||;
    ||| [label="[ generated with Mscgen ]", textcolor="gray"];
}