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 02:58:36 -0800
Stephen RP O'Connell wrote:
nm -po /usr/local/lib/libpcap.a | egrep grammar.o prints:


	...

/usr/local/lib/libpcap.a:grammar.o:000000a0 T yyparse

Well, *that's* annoying.  That's supposed to be pcap_parse.

What does

	egrep YACC Makefile

print in the libpcap source directory?

And what do the commands

	which yacc
	which bison
	which lex
	which flex

print?