Skip to content
Snippets Groups Projects
Commit 45b7b330 authored by User's avatar User
Browse files

Merge origin/master

parents e6b312b7 28fd6494
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@
*
* This Program is a modified version of ExampleSimulationProgram in order to see the
* verbose plain text pdu log. This simulates a firewall identifying a malicious packet
* and tracing its source before destroying it - updated September 12, 2021 to ensure
* correct file pushed to Gitlab.
* and tracing its source before destroying it.
*
* @author Bruce Chojnacki
*/
......
This Program is a modified version of ExampleSimulationProgram in order to see
the verbose plain text pdu log. This simulates a firewall identifying a
malicious packet and tracing its source before destroying it.
/**
* Assignment 3 - Example Simulation Program for MV3500.
* Assignment 3 - Example Simulation Program for MV3500
*
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a>
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
*/
package MV3500Cohort2023MarchJune.homework3.Chojnacki;
This Program is a modified version of ExampleSimulationProgram in order to see the
verbose plain text pdu log. This example was used to show PDU traffic.
\ No newline at end of file
/**
* Final project assignments supporting the NPS MOVES MV3500 Networked Graphics course.
* Assignment 3 for NPS MOVES MV3500 Networked Graphics course March-June 2023.
*
* @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a>
* @see java.lang.Package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment