Skip to content
Snippets Groups Projects
Commit 9258ec78 authored by Brennenstuhl, Tobias FORNATL, GY's avatar Brennenstuhl, Tobias FORNATL, GY
Browse files

Renamed the folder to BrennenstuhlTobias

parent b0062c87
No related branches found
No related tags found
No related merge requests found
/Brennenstuhl/nbproject/private/
\ No newline at end of file
/Brennenstuhl/nbproject/private/
/BrennenstuhlTobias/build/
\ No newline at end of file
!Begin!Beginning of DIS capture file, Pdusave.dislog. [PDU Header],[PDU Stream]
[0,0,0,0,0,0,0,0],[B@5c884fd0
[0,0,0,0,33,55,-1,12],[B@1052d894
[0,0,0,0,-5,-90,8,-96],[B@cfb77b1
[0,0,0,1,42,117,-65,24],[B@2f6f2e70
[0,0,0,1,120,127,104,-68],[B@7eb7c289
!End!End of DIS capture file, Pdusave.dislog.
!Begin!Beginning of DIS capture file, Pdusave1.dislog. [PDU Header],[PDU Stream]
[0,0,0,0,0,0,0,0][B@7e0210b4,[B@4ceb7d75
[0,0,0,0,15,-123,-106,-84][B@2fb955dd,[B@4af2482a
[0,0,0,0,40,-121,-54,88][B@42856fc3,[B@55ee8e64
[0,0,0,1,42,-59,-20,124][B@301c3eb9,[B@68779388
!End!End of DIS capture file, Pdusave1.dislog.
......@@ -50,11 +50,11 @@ public class PduListenerSaver {
System.out.println("Beginning pdu save to directory " + outDir);
//RecorderPlainText stores an unencoded PduLog
//RecorderPlainText recorder = new RecorderPlainText(outDir, mcast, port);
RecorderPlainText recorder = new RecorderPlainText(outDir, mcast, port);
//RecorderBase64 stores a BASE64 encoded PduLog
//RecorderBase64 recorder = new RecorderBase64(outDir, mcast, port);
//RecorderBinary stores a Binary PduLog
RecorderBinary recorder = new RecorderBinary(outDir, mcast, port);
//RecorderBinary recorder = new RecorderBinary(outDir, mcast, port);
recorder.startResume();
mystate state = mystate.RUNNING;
......
......@@ -53,9 +53,9 @@ public class PduReaderPlayer {
try {
//Use Tobis Code without decryption
//Does only work with unecrypted PduLogs
//PlayerPlainText player = new PlayerPlainText(mcast, port, new File(outDir).toPath());
PlayerPlainText player = new PlayerPlainText(mcast, port, new File(outDir).toPath());
//Use Mike Baileys Code to store a file in BASE64 format
PlayerBase64 player = new PlayerBase64(mcast, port, new File(outDir).toPath());
//PlayerBase64 player = new PlayerBase64(mcast, port, new File(outDir).toPath());
player.startResume();
......
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