gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 372 forks source link

Quiet mode #92

Open nshopik opened 7 years ago

nshopik commented 7 years ago

Looking at source I see there is quiet mode for logging https://github.com/gamelinux/passivedns/blob/2bed37beb73527ba8549b9cac4a8ac010a4fb4b3/src/passivedns.h#L551

But I have hard time understand how it working i don't see any pointers. We use logging into stdout+NC and would like to avoid any messages printed when started, currently I just clean up code from startup messages.