Skip to content

Commit 672277e

Browse files
committed
Updated docs/developement/Roadmap.md
1 parent 7158faa commit 672277e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/development/Roadmap.mermaid

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ graph LR
103103
CIFS:::partly_complete
104104
Network --Contains--> CIFS
105105

106+
DCERPC[DCERPC]
107+
DCERPC:::todo_in_the_future
108+
Network --Contains--> DCERPC
109+
DCERPC --DependsOn--> SMB
110+
111+
DCOM[DCOM]
112+
DCOM:::todo_in_the_future
113+
Network --Contains--> DCOM
114+
DCOM --DependsOn--> SMB
115+
106116
DNS[DNS]
107117
DNS:::production_ready
108118
Network --Contains--> DNS
@@ -134,6 +144,7 @@ graph LR
134144
SMB[SMB]
135145
SMB:::partly_complete
136146
Network --Contains--> SMB
147+
SMB --DependsOn--> GSSAPI
137148
SMB --Contains--> SMB_v10
138149
SMB_v10:::partly_complete
139150
SMB_v20 --DependsOn--> SMB_v10

0 commit comments

Comments
 (0)