Re: [tcpdump-workers] about this mailing list

2008-06-13 Thread Jesse Kempf
Michael Bernstein wrote: One thing I like is when engineers argue over who is better. I have obviously lost this argument *here*, so I should maybe leave the list? Please do. -Jesse - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Bruce Keats
That was fast! Thanks Guy. I will give it a try. Bruce On Fri, Jun 13, 2008 at 4:17 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > Bruce Keats wrote: > >> I have a program that is listening on a radio tap interface that is using >> libpcap. It occasionally changes the BPF something like "ether h

Re: [tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Guy Harris
Bruce Keats wrote: I have a program that is listening on a radio tap interface that is using libpcap. It occasionally changes the BPF something like "ether host xx:xx:xx:xx:xx:xx". ...which presumably means it calls pcap_compile() more than once. Is there a fix for this issue? Yes: revis

[tcpdump-workers] Register leak in libpcap 0.9.7

2008-06-13 Thread Bruce Keats
I have a program that is listening on a radio tap interface that is using libpcap. It occasionally changes the BPF something like "ether host xx:xx:xx:xx:xx:xx". If the program has been running for awhile, I see the following error message: "too many registers needed to evaluate expression" If I

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: I add the #incude in file.h, I.e., you changed /usr/include/sys/file.h to include ? Does /usr/include/sys/param.h include on your system? then i make successfully. After i run make install, the result is : # make install ... rm -f /usr/local/inc

Re: [tcpdump-workers] about this mailing list

2008-06-13 Thread Michael Bernstein
Hey Guy - I respect your talents and devotion, an MIT graduate. That's great, because I could never get into that college, except I make more money than you. MIT sucks, if you don't do anything with it, that pays. Example = Scott Morris 4x CCIE & JNCIE, MIT sucks compared to him!!!  I could put

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
I make some changes in file.h. It is ok to run make. After I run make install ,the result is : # make install /bin/ksh ./config/mkinstalldirs /usr/local/lib /bin/ksh ./libtool --mode=install config/install-sh -c libpcap.la /usr/local/lib/libpcap.la config/install-sh -c .libs/libpcap.lai

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
I add the #incude in file.h, then i make successfully. After i run make install, the result is : # make install /bin/ksh ./config/mkinstalldirs /usr/local/lib /bin/ksh ./libtool --mode=install config/install-sh -c libpcap.la /usr/local/lib/libpcap.la config/install-sh -c .libs/libpcap.l

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: I think I have install the libpcap on SCO successfully. Did you do so by changing the Makefile not to try to build fad-gifc.c? If so, then: undefined first referenced symbol in file pcap_findalldevsmypcap

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: /bin/ksh ./libtool --mode=compile cc -DHAVE_CONFIG_H -D_U_="" -I. -I/usr/local/include-g -belf -c fad-gifc.c cc -DHAVE_CONFIG_H -D_U_= -I. -I/usr/local/include -g -belf -c fad-gifc.c -o fad-gifc.o "/usr/include/sys/file.h", line 61: error: Syntax error before or

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
I think I have install the libpcap on SCO successfully.The libraries are installed on /usr/local/lib. The include files are installed on /usr/local/include. But when I write a small program with libpcap,I can not compile it successfully. The results is: # ./cmd undefined