|
@@ -1037,21 +1037,36 @@ class Statistics:
|
|
return out
|
|
return out
|
|
|
|
|
|
ttl_out_path = plot_ttl('.' + file_format)
|
|
ttl_out_path = plot_ttl('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
mss_out_path = plot_mss('.' + file_format)
|
|
mss_out_path = plot_mss('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
win_out_path = plot_win('.' + file_format)
|
|
win_out_path = plot_win('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
protocol_out_path = plot_protocol('.' + file_format)
|
|
protocol_out_path = plot_protocol('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_pktCount = plot_interval_pkt_count('.' + file_format)
|
|
plot_interval_pktCount = plot_interval_pkt_count('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
if entropy:
|
|
if entropy:
|
|
plot_interval_ip_src_ent = plot_interval_ip_src_ent('.' + file_format)
|
|
plot_interval_ip_src_ent = plot_interval_ip_src_ent('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_ip_dst_ent = plot_interval_ip_dst_ent('.' + file_format)
|
|
plot_interval_ip_dst_ent = plot_interval_ip_dst_ent('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_ip_src_cum_ent = plot_interval_ip_src_cum_ent('.' + file_format)
|
|
plot_interval_ip_src_cum_ent = plot_interval_ip_src_cum_ent('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_ip_dst_cum_ent = plot_interval_ip_dst_cum_ent('.' + file_format)
|
|
plot_interval_ip_dst_cum_ent = plot_interval_ip_dst_cum_ent('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_ip = plot_interval_new_ip('.' + file_format)
|
|
plot_interval_new_ip = plot_interval_new_ip('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_port = plot_interval_new_port('.' + file_format)
|
|
plot_interval_new_port = plot_interval_new_port('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_ttl = plot_interval_new_ttl('.' + file_format)
|
|
plot_interval_new_ttl = plot_interval_new_ttl('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_tos = plot_interval_new_tos('.' + file_format)
|
|
plot_interval_new_tos = plot_interval_new_tos('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_win_size = plot_interval_new_win_size('.' + file_format)
|
|
plot_interval_new_win_size = plot_interval_new_win_size('.' + file_format)
|
|
|
|
+ print(".", end="", flush=True)
|
|
plot_interval_new_mss = plot_interval_new_mss('.' + file_format)
|
|
plot_interval_new_mss = plot_interval_new_mss('.' + file_format)
|
|
|
|
+ print(" done.")
|
|
|
|
|
|
# Time consuming plot
|
|
# Time consuming plot
|
|
# port_out_path = plot_port('.' + format)
|
|
# port_out_path = plot_port('.' + format)
|