From: Janus Varmarken Date: Thu, 26 Oct 2017 04:52:08 +0000 (-0700) Subject: Add base_gefx_generator.py: script that constructs a .gefx file from JSON generated... X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=commitdiff_plain;h=caca6e339810304780a414893c5ecf2802b4a275;hp=caca6e339810304780a414893c5ecf2802b4a275 Add base_gefx_generator.py: script that constructs a .gefx file from JSON generated by extract_from_tshark.py. The script generates a graph in which nodes are hosts and edges indicate that there is communication between the hosts. The script label/identify hosts by their IPs. It should serve as a starting point when we want to include more information in the graphs (e.g. host name). ---