Add a configuration file to ndpiReader#2629
Conversation
7cec07a to
d3b9131
Compare
Example: ./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2 Close ntop#2608
d3b9131 to
bebf7d5
Compare
|
utoni
left a comment
There was a problem hiding this comment.
Is it necessary that all config file options need to start with --cfg=? A more intuitive config file would be something like key.subkey = value.
The big advantage of the proposed solution is to keep the same format between BTW, not ALL config file options start with In other words, for me, the goal of this file is not to be automatically generated, but simply to provide you an easy way to collect all your options together and call them easily via command line |



Example:
./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2
Close #2608