* First sketch of fuzzing
* Add m4 script
The script is used in the fuzzing build
* Add stub sources in the makefile
* [Fuzz] Add RedisStub
* Add gitignore for fuzz dir
* Remove definition of non-implemented method
* [Fuzz] Refactoring code
* [Fuzz] Separate the protobuf support in the makefile
* Clean fuzzing related object files
* [Fuzz] Fix makefile
* Change gitignore
* [Fuzz] Separate headers
* [Fuzz] Add README.md
* [Fuzz] Change make target
* [Fuzz] Update README.md
* Add compatibilty with autoconf < 2.71
* Optionally disable hiredis integration
* Include hiredis only for production build
* [Fuzz] Disable period activities
* Remove unused dependencies for librrd
* Optionally use static linking for zmq library
* Add debug output regarding the linking of libzmq
* [Fuzz] Do not run on empty input
* Optionally use static linking for libjson-c
* Optionally use static linking for libmaxminddb
* Make mysqlclient dependency as optional
* Change gitignore
* [Fuzz] Add corpus for fuzz_dissect_packet
* [Fuzz] Refactor fuzz_dissect_packet
* Change gitignore
* [Fuzz] Use correct naming for corpus
* [Fuzz] Add dictionary
* [Fuzz] Fix declaration of LLVMFuzzerInitialize
* [Fuzz] Refactor onefile
* [Fuzz] Fix the initialization memory leaks
* [Fuzz] Fix invocation of LLVMFuzzerInitialize
* Remove double githooks folder
* [Fuzz] Set interface pcap_data_link
* Change gitignore
* Use pkg-config for detecting protobuf libraries
* Add license
* Improve error message