Add parse_dns.py: reads DNS traffic from a file (JSON formatted by tshark) and constr...
authorJanus Varmarken <varmarken@gmail.com>
Fri, 27 Oct 2017 02:46:16 +0000 (19:46 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 27 Oct 2017 02:46:16 +0000 (19:46 -0700)
commit0f4ec9b6729bd6ffc60569e54877dc244f80086b
tree7c52ce4cf2484d38255e4e9da75a564f6732fab8
parente68170482450d9ce393e9204a2545146ec6d9207
Add parse_dns.py: reads DNS traffic from a file (JSON formatted by tshark) and constructs a map in which a hostname points to a set of IPs associated with that hostname.
parse_dns.py [new file with mode: 0644]