# ############################################################################ # # Generated by psad v2.0.9-pre1 (file revision: 2109) # Command line: 'psad -m iptables.data --gnuplot --CSV-fields src:11.11.0.0/16 dst:not11.11.0.0/16 dp --CSV-regex SYN URGP= --gnuplot-graph points --gnuplot-file-prefix fig14-13 --gnuplot-view 71,63' # Time stamp: Tue Sep 18 17:30:04 2007 # ############################################################################ # reset set title "psad iptables log visualization: src:11.11.0.0/16 dst:not11.11.0.0/16 dp" set terminal png transparent nocrop enhanced set output "fig14-13.png" set xlabel "src:11.11.0.0/16" set ylabel "dst:not11.11.0.0/16" set zlabel "dp" set view 71,63 splot 'fig14-13.dat' using 1:2:3 with points title '(src,dst,dp)'