Snippets for ntopng 6.6.d20260604 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/ntopng/6.6.d20260604_1,1/150amd64-default.log.
-
src/Utils.cpp:1684:27: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 1684 | curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD, &stats->bytes_download); | ^ -
src/Utils.cpp:1685:27: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 1685 | curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD, &stats->bytes_upload); | ^