ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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?