Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Compilation problems with CVS libpcap

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 11 Feb 2008 10:47:27 -0800
Stephen RP O'Connell wrote:

YACC = bison -y -p pcap_

Well, that's what it's supposed to be, and that's supposed to cause the generated grammar.c to define its functions with names beginning with pcap_, not yy.

What happens if you go to the source directory for libpcap, do "make clean", do "make", and then do "nm -po libpcap.a | egrep parse"?