Add json_file output format (uses json-c)

This commit is contained in:
HD Moore
2013-08-17 14:02:23 -05:00
parent 01f4f985a1
commit 9d31ee1a62
4 changed files with 254 additions and 0 deletions

View File

@ -24,3 +24,9 @@ Redis support is not enabled by default. If you are want to use ZMap
with Redis, you will first need to install Hiredis. Then, rebuild
ZMap with the command "make REDIS=true".
JSON support is not enabled by default. If you are want to use ZMap
with JSON output, you will first need to install json-c. Then, rebuild
ZMap with the command "make JSON=true".
Installing json-c requires git and autotools to be available. For more
information on how to install json-c, please see http://github.com/json-c/json-c