Skip to content
Snippets Groups Projects
Commit c21364f4 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

Wireshark filter for listening to these PDUs: (udp.port == 3000) && dis

parent 068f1726
No related branches found
No related tags found
No related merge requests found
......@@ -415,6 +415,8 @@ public class ExampleSimulationProgram
*/
public static void main(String[] args)
{
System.out.println("Wireshark filter for listening to these PDUs: (udp.port == 3000) && dis"); // &&
thisProgram = new ExampleSimulationProgram("test constructor"); // create instance of self within static main() method
thisProgram.disChannel.printlnTRACE("main() started...");
......
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