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?
_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to