DPMI / libcap_utils

DPMI capture utilities
GNU General Public License v2.0
5 stars 1 forks source link

pfring #4

Closed patrikarlos closed 11 years ago

patrikarlos commented 11 years ago

when building on a lin1x, pfring? I get make[1]: Entering directory /root/dpmi/libcap_utils/build' CC src/libcap_utils_07_la-address.lo CC src/libcap_utils_07_la-error.lo CC src/format/libcap_utils_07_la-arp.lo CC src/format/libcap_utils_07_la-dns.lo CC src/format/libcap_utils_07_la-ethernet.lo CC src/format/libcap_utils_07_la-icmp.lo CC src/format/libcap_utils_07_la-ip.lo CC src/format/libcap_utils_07_la-ipv4.lo CC src/format/libcap_utils_07_la-ipv6.lo CC src/format/libcap_utils_07_la-tcp.lo CC src/format/libcap_utils_07_la-udp.lo CC src/libcap_utils_07_la-format.lo CC src/libcap_utils_07_la-interface.lo CC src/libcap_utils_07_la-log.lo CC src/libcap_utils_07_la-marker.lo CC src/libcap_utils_07_la-utils.lo CC src/libcap_utils_07_la-packet.lo CC src/libcap_utils_07_la-picotime.lo CCLD libcap_utils-07.la CC src/createfilter.lo CC src/filter.lo CCLD libcap_filter-07.la CC src/stream.lo CC src/stream_buffer.lo CC src/stream_file.lo CC src/stream_udp.lo CC src/stream_pfring.lo ../src/stream_pfring.c: In function ‘stream_pfring_read_frame’: ../src/stream_pfring.c:125: error: ‘bytes’ undeclared (first use in this function) ../src/stream_pfring.c:125: error: (Each undeclared identifier is reported only once ../src/stream_pfring.c:125: error: for each function it appears in.) make[1]: *** [src/stream_pfring.lo] Error 1 make[1]: Leaving directory/root/dpmi/libcap_utils/build'

used configure then with configure --without-pfring it works fine..the tools would report 'PF-RING' if enabled right?

ext commented 11 years ago

This should work. Capdump will print PF_RING when starting a capture if it works.