Skip to content

Commit

Permalink
Change pong-rst color to aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinna Adhikari committed Feb 16, 2021
1 parent 8f9d9c4 commit ff8f87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function getPacketColor(packetType){
color = 'black';
break;
case 'PONG-RST':
color = 'silver'
color = 'aqua'
}
return color;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/temp_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h3 class="text-white-50 mx-auto mt-2 mb-5">This is a simulation project, implem
<li><span class="yellow"></span><abbr title="In TCP, ACK packet is sent as acknowledgement notification">Ack Packets</abbr></li>
<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="silver"></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="aqua"></span><abbr title="Packet that tells attacker that a port is not open at the ddd device">Pong-Rst Packets</abbr></li>
</ul>

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

0 comments on commit ff8f87b

Please sign in to comment.