Hi! Cristian Constantin <[email protected]> writes:
> using: > --with-pcap-includes=/usr/include/pcap re > for configure seems to turn HAVE_DLT_LINUX_SLL on: Yes, that's exactly the right fix. The configure script looks into pcap.h for the location of the bpf include, but <pcap/pcap.h> is just a wrapper in libpcap 1.0. Using the real location fixes it (at the cost of making backports more difficult, but it doesn't matter much). Thanks for the bug report and your analysis! -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

