File: TemplateTransaction.msc

package info (click to toggle)
suricata 1%3A8.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240,704 kB
  • sloc: ansic: 357,736; python: 8,721; sh: 5,043; makefile: 2,411; perl: 570; php: 170
file content (18 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MSC Sequence Diagram Example: Template transaction

msc {
    # Chart Options
    arcgradient = "10";

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

    # Message Flow
    a =>> b [ label = "Request ('12:HelloWorld!')" ];
    b =>> a [ label = "Response ('3:Bye')" ];
    |||;
    --- [ label = "Transaction Completed" ];

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