@@ -15,39 +15,39 @@ graph TD
1515
1616 %% This section tracks the planned and upcoming network protocols for Manticore.
1717 SMB[SMB]
18- Network --| Contains| --> SMB
19- SMB --| Contains| --> SMB_v10
20- SMB_v20 --| DependsOn| --> SMB_v10
21- SMB_v21 --| DependsOn| --> SMB_v20
22- SMB_v30 --| DependsOn| --> SMB_v20
23- SMB_v311 --| DependsOn| --> SMB_v30
24- SMB --| Contains| --> SMB_v10
25- SMB --| Contains| --> SMB_v20
26- SMB --| Contains| --> SMB_v21
27- SMB --| Contains| --> SMB_v30
28- SMB --| Contains| --> SMB_v311
18+ Network --Contains--> SMB
19+ SMB --Contains--> SMB_v10
20+ SMB_v20 --DependsOn--> SMB_v10
21+ SMB_v21 --DependsOn--> SMB_v20
22+ SMB_v30 --DependsOn--> SMB_v20
23+ SMB_v311 --DependsOn--> SMB_v30
24+ SMB --Contains--> SMB_v10
25+ SMB --Contains--> SMB_v20
26+ SMB --Contains--> SMB_v21
27+ SMB --Contains--> SMB_v30
28+ SMB --Contains--> SMB_v311
2929
3030 LDAP[LDAP]
31- Network --| Contains| --> LDAP
31+ Network --Contains--> LDAP
3232
3333 DNS[DNS]
34- Network --| Contains| --> DNS
34+ Network --Contains--> DNS
3535
3636 NetBIOS[NetBIOS]
37- Network --| Contains| --> NetBIOS
38-
37+ Network --Contains--> NetBIOS
38+
3939 TCP[TCP]
40- Network --| Contains| --> TCP
40+ Network --Contains--> TCP
4141
4242 Kerberos[Kerberos]
43- Network --| Contains| --> Kerberos
43+ Network --Contains--> Kerberos
4444
4545
46- Network --| Contains| --> LDAP
47- Network --| Contains| --> DNS
48- Network --| Contains| --> NetBIOS
49- Network --| Contains| --> TCP
50- Network --| Contains| --> Kerberos
46+ Network --Contains--> LDAP
47+ Network --Contains--> DNS
48+ Network --Contains--> NetBIOS
49+ Network --Contains--> TCP
50+ Network --Contains--> Kerberos
5151
5252 Manticore:::orange
5353 SMB:::orange
@@ -57,9 +57,9 @@ graph TD
5757 TCP:::green
5858 Kerberos:::red
5959
60- classDef green fill:#44cc44,stroke:#bb33bb ,stroke-width:2px;
61- classDef orange fill:#ff9900,stroke:#0066ff ,stroke-width:2px;
62- classDef red fill:#ff4d4d,stroke:#00b2b2 ,stroke-width:2px;
60+ classDef green fill:#44cc44,stroke:#333 ,stroke-width:2px;
61+ classDef orange fill:#ff9900,stroke:#333 ,stroke-width:2px;
62+ classDef red fill:#ff4d4d,stroke:#333 ,stroke-width:2px;
6363```
6464
6565
0 commit comments