Skip to content

Commit

Permalink
Added legend for RST
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn16104 committed Feb 16, 2021
1 parent 9253959 commit 15fe3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/temp_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ <h3 class="text-white-50 mx-auto mt-2 mb-5">This is a simulation project, implem
<li><span class="pink"></span><abbr title="Attacker uses this to probe the ddd filter to see which ports are open by waiting for a response from the client">Ping Packets</abbr></li>
<li><span class="black"></span><abbr title="Response from the client that informs attacker a specific port is open">Pong Packets</abbr></li>
<li><span class="aqua"></span><abbr title="Packet that tells attacker that a port is not open at the ddd device">Pong-Rst Packets</abbr></li>
<li><span class="purple"></span><abbr title="In TCP, RST packet is sent by an end to notify an reset of connection. Reason of resetting could be complex.">RST Packets</abbr></li>
</ul>

<script type= "text/JavaScript">
Expand Down

0 comments on commit 15fe3d7

Please sign in to comment.