I see that you have some helper functions in pcap-file.c to read and write a pcap file. Unfortunately pcap_read() conflicts with a function exported by libpcap, and this causes build problems when configure finds an installed libpcap.
Given that pcap got there first and claims 152 (counted them) different symbols prefixed with pcap_ , maybe it is the case to change the names in pcap-file.c to something else, like ovs_pcap_*() ? cheers luigi _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
