Index: head/net/ntopng/files/patch-src_NetworkInterface.cpp =================================================================== --- head/net/ntopng/files/patch-src_NetworkInterface.cpp (revision 514386) +++ head/net/ntopng/files/patch-src_NetworkInterface.cpp (nonexistent) @@ -1,14 +0,0 @@ ---- src/NetworkInterface.cpp.orig 2018-12-21 18:58:17 UTC -+++ src/NetworkInterface.cpp -@@ -6772,7 +6772,11 @@ bool NetworkInterface::matchLiveCapture(struct ntopngL - || (luactx->live_capture.matching_host == f->get_srv_host())) { - if(luactx->live_capture.bpfFilterSet) { - if(!bpf_filter(luactx->live_capture.fcode.bf_insns, -+#if __FreeBSD_version >= 1100514 - (const u_char*)packet, h->caplen, h->caplen)) { -+#else -+ (u_char*)packet, h->caplen, h->caplen)) { -+#endif - return(false); - } - } Property changes on: head/net/ntopng/files/patch-src_NetworkInterface.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property