mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 00:19:42 +00:00
Some changes in the parameters names. Add a fuzzer to fuzz the configuration file format. Add the infrastructure to configuratin callbacks. Add an helper to map LRU cache indexes to names.
13 lines
365 B
Text
13 lines
365 B
Text
#Format: <proto, param, value>
|
|
#proto might be empty
|
|
#Basic example of how to set nDPI configuration parameters via file
|
|
#We set only some default values
|
|
#See doc/configuration_parameters.md for a complete list and description of all the accepted knobs
|
|
|
|
packets_limit_per_flow,32
|
|
ookla,dpi.aggressiveness,0x1
|
|
tls,metadata.sha1_fingerprint,1
|
|
|
|
lru.bittorrent.ttl,0
|
|
|
|
|