task 1.1 fertig - incl. doku.
[pub/jan/netsec2.git] / exercise2 / task2 / plot_features
index eb1cb92c4c061ea93ebc5fa518e624e67f2f75b8..a5c6b2721a6719dd59b4269ad260d7b3bcc2e2ac 100644 (file)
@@ -22,7 +22,67 @@ set xtics border out scale 1,0.5 nomirror rotate by -45 autojustify
 set title "Data"
 set datafile separator ","
 
-set output 'large_flow.png'
+set output 'large_flow_01.png'
 plot \
-               'large_flow.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1
+               'large_flow_01.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_01.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
 
+set output 'large_flow_02.png'
+plot \
+               'large_flow_02.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_02.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_03.png'
+plot \
+               'large_flow_03.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_03.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_04.png'
+plot \
+               'large_flow_04.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_04.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_05.png'
+plot \
+               'large_flow_05.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_05.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_06.png'
+plot \
+               'large_flow_06.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_06.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_07.png'
+plot \
+               'large_flow_07.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_07.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_08.png'
+plot \
+               'large_flow_08.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_08.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_09.png'
+plot \
+               'large_flow_09.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_09.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_10.png'
+plot \
+               'large_flow_10.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_10.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_11.png'
+plot \
+               'large_flow_11.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_11.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_12.png'
+plot \
+               'large_flow_12.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_12.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_13.png'
+plot \
+               'large_flow_13.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+               'large_flow_13.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2