dsc
dsc copied to clipboard
DNS Statistics Collector
Hi Jerry, I just tried to compile dsc on a Docker Alpine image. It seems to run into an compatibility issue in ```ip_proto_index.c``` where ```getprotobynumber_r``` is explicitly linked. Unfortunately musl...
Get the package running as a service using relevant ways in the different dists. SUSE/RedHat example: https://build.opensuse.org/package/view_file/server:monitoring/nsca-ng/nsca-ng.spec?expand=1
Hi! When a client uses TCP pipelining (sending multiple queries over a persistent the TCP connection) and dsc restarts, the subsequent queries will not be counter, maybe due to missing...
I receive the `detected non-fatal error during pcap activation, filters may run in userland [11]: Resource temporarily unavailable` warning also when using short filters which do not cause any libcap...
Related to #108, suggestion is to allow for multiple `bpf_program` and append content to previous including one space as delimiter. ``` bpf_program "udp port 53"; bpf_program "and ("; bpf_program "host...
Pull request #21 protects against buffer overflow when reassembling packet but we might also need protection/checks that the fragments does not overlap.
Consider logging or doing statistics for invalid packets, see #21 and #22.
``` dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/dsc/usr/bin/dsc was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless...