Add base_gefx_generator.py: script that constructs a .gefx file from JSON generated...
authorJanus Varmarken <varmarken@gmail.com>
Thu, 26 Oct 2017 04:52:08 +0000 (21:52 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Thu, 26 Oct 2017 04:52:08 +0000 (21:52 -0700)
commitcaca6e339810304780a414893c5ecf2802b4a275
tree1d9339072328358d622b7f76edc225c97d0300f9
parent32b88ddd2697216d75d11b0e90f3b94c1caf6282
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).
base_gefx_generator.py [new file with mode: 0644]