File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -145,18 +145,7 @@ function ProtocolOverview() {
145
145
< div >
146
146
< h4 className = "font-medium" > { packet . name } </ h4 >
147
147
< p className = "text-sm text-muted-foreground" >
148
- { packet . name === 'SYN' &&
149
- 'Synchronize: Initiates a connection' }
150
- { packet . name === 'SYN-ACK' &&
151
- 'Synchronize-Acknowledge: Acknowledges SYN and sends SYN' }
152
- { packet . name === 'ACK' &&
153
- 'Acknowledge: Confirms receipt of packets' }
154
- { packet . name === 'DATA' &&
155
- 'Data: Contains actual information being transferred' }
156
- { packet . name === 'FIN' &&
157
- 'Finish: Initiates connection termination' }
158
- { packet . name === 'FIN-ACK' &&
159
- 'Finish-Acknowledge: Acknowledges FIN request' }
148
+ { packet . description }
160
149
</ p >
161
150
</ div >
162
151
</ div >
You can’t perform that action at this time.
0 commit comments