Initial experimentation with simple pipeline setup: Call parse_json_dns from parse_dn...
authorJanus Varmarken <varmarken@gmail.com>
Fri, 3 Nov 2017 19:07:13 +0000 (12:07 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 3 Nov 2017 19:09:58 +0000 (12:09 -0700)
commit67b9a643367d674317b384ff1f0d897e6d52e56b
treefc3fc7fe36383099d361aa1865b6ff3bd29b60d7
parent375cb24d79c66077b8cb42f6adeb0e21d8d0194d
Initial experimentation with simple pipeline setup: Call parse_json_dns from parse_dns.py in base_gefx_generator.py
Add simple gitignore.
Add example wireshark DNS extract for testing.
Add example wireshark HTTP extract for testing.
.gitignore [new file with mode: 0644]
base_gefx_generator.py
dns.json [new file with mode: 0644]
http.json [new file with mode: 0644]
parse_dns.py