diff --git a/static/js/index.js b/static/js/index.js index 5f4d258..983a25d 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -192,6 +192,9 @@ function getPacketColor(packetType){ break; case 'PONG': color = 'black'; + break; + case 'PONG-RST': + color = 'silver' } return color; } diff --git a/templates/temp_index.html b/templates/temp_index.html index 1af04ad..6aa9d9a 100644 --- a/templates/temp_index.html +++ b/templates/temp_index.html @@ -198,7 +198,9 @@

This is a simulation project, implem
  • Drop Packets
  • Syn-Ack Packets
  • Ack Packets
  • -
  • RST Packets
  • +
  • Ping Packets
  • +
  • Pong Packets
  • +
  • Pong-Rst Packets