25 lines
841 B
Plaintext
25 lines
841 B
Plaintext
{
|
|
/* Debug level, one of: debug, info, warn, error ... */
|
|
"loglevel" : "info",
|
|
/* Path to logfile or null for stdout */
|
|
//"logfile": "/var/log/di/dinetrpcll-sniffer.log",
|
|
|
|
/* Filter destination port */
|
|
"dst_port": 0,
|
|
/* Input to read from. If it ends with ".pcap" the file is used, otherwise the network interface is used */
|
|
"sniff_input": "lb01.pcap",
|
|
/* Threshold to write the difference to stdout in ms */
|
|
"time_diff_threshold": 3,
|
|
/* Devices to include in the stdout. When the array is empty no filtering is done */
|
|
"filtered_devices": [
|
|
// "001fc23157ff6f065265525206340187",
|
|
// "001fc23157ff6e065265525220270187",
|
|
// "001fc23157ff69065265525223560187",
|
|
// "001fc23157ff6e065265525223550187",
|
|
// "001fc23157ff6d065265525227230187",
|
|
// "001fc23157ff72065265525227260187"//,
|
|
|
|
// "000fc2412b0056000751363530323733"
|
|
]
|
|
}
|