ntop / PF_RING

High-speed packet processing framework
http://www.ntop.org
GNU Lesser General Public License v2.1
2.64k stars 351 forks source link

Add the libpcap include files to the pfring RPM #938

Closed mvi57 closed 1 month ago

mvi57 commented 1 month ago

The libpcap library is in the pfring RPM but the include files that go with the library are not there, which makes it hard to compile programs that will use the library. Please add the pcap include files to the RPM.

cardigliano commented 1 month ago

The libpcap library distributed with the pfring package is meant to be used by applications already built and compiled for libpcap. For compiling the application we suggest to use the header files already available in the mainstream package (libpcap-dev / libpcap-devel).