[tcpdump-workers] Error

2018-06-30 Thread guy
The original message was received at Mon, 2 Apr 2018 01:13:00 +0800 from alum.mit.edu [70.64.65.253] - The following addresses had permanent fatal errors - - Transcript of session follows - while talking to lists.tcpdump.org.: >>> MAIL From:g...@alum.mit.edu <<< 501 g...@alum.m

Re: [tcpdump-workers] Error/bug found

2012-02-16 Thread Guy Harris
On Feb 15, 2012, at 7:13 PM, Dhenyz Shady wrote: > There's the Config.log content: If you configured and built libpcap from source, please send us the config.log file and the build output from libpcap. There's something wrong with libpcap, but, without that information, we can't determine wha

[tcpdump-workers] Error/bug found

2012-02-16 Thread Dhenyz Shady
There's the Config.log content: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## - ## ##

Re: [tcpdump-workers] Error when installing.

2010-11-15 Thread Guy Harris
On Nov 15, 2010, at 5:08 AM, try fatur wrote: > Hi there. I have something serious problem. I am installing Snort ver 2.9, > there's wrote must have libcap library. I've download from tcpdump, then i > install daq ver 03. The problem is coming, when i type command "./configure" > in the daq di

[tcpdump-workers] Error when installing.

2010-11-15 Thread try fatur
Hi there. I have something serious problem. I am installing Snort ver 2.9, there's wrote must have libcap library. I've download from tcpdump, then i install daq ver 03. The problem is coming, when i type command "./configure" in the daq directory error wrote "Error, please install libcap librar

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-19 Thread Giovanni Venturi
Alle mercoledì 19 novembre 2008, Guy Harris ha scritto: > On Nov 17, 2008, at 1:46 PM, Giovanni Venturi wrote: > > To make the pcap_next/pcap_ex non blocking under Linux I use: > > > >FD_ZERO(&m_fdset); > >FD_SET(m_pcap_fd, &m_fdset); > >m_fdtimeout.tv_sec = 0; > >m_fdtimeout.tv_use

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-19 Thread Guy Harris
On Nov 17, 2008, at 1:46 PM, Giovanni Venturi wrote: To make the pcap_next/pcap_ex non blocking under Linux I use: FD_ZERO(&m_fdset); FD_SET(m_pcap_fd, &m_fdset); m_fdtimeout.tv_sec = 0; m_fdtimeout.tv_usec = CAP_READ_TIMEOUT*1000; selRet = select(m_pcap_fd+1, &m_fdset, NULL, NU

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-18 Thread Guy Harris
On Nov 18, 2008, at 1:06 PM, Giovanni Venturi wrote: I don't have hardware problem, so we have just the second possibility. I used gcc (GCC) 4.2.4 . What compiler have you used to compile libpcap 1.0.0? gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) - This is the tcpdump-w

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-18 Thread Giovanni Venturi
Alle martedì 18 novembre 2008, Guy Harris ha scritto: > If you *truly* set a variable to, say, 9, and then later set it from > the return value of a function, and immediately after setting it from > the return value of the function it still has the value you originally > set it to, then either > >

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-18 Thread Guy Harris
On Nov 17, 2008, at 3:24 PM, Giovanni Venturi wrote: int result = 9; result = pcap_next_ex(m_pcapfp, &hdr, (const u_char **)&p); Sometimes I get 9, sometimes I get 1, ... How can it be possible that the return value doesn't change result variable? If you *truly* set a variable to, say, 9,

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-18 Thread Giovanni Venturi
Alle lunedì 17 novembre 2008, Guy Harris ha scritto: > On Nov 16, 2008, at 1:28 PM, Giovanni Venturi wrote: > > Hello, > > I'm the author of ksniffer a GUI interface under KDE 3 to capture > > network > > packet. > > Till libpcap < 1.0.0 (the last stable you released) all was ok in > > the packet >

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-17 Thread Giovanni Venturi
Alle lunedì 17 novembre 2008, Guy Harris ha scritto: > On Nov 16, 2008, at 1:28 PM, Giovanni Venturi wrote: > > Hello, > > I'm the author of ksniffer a GUI interface under KDE 3 to capture > > network > > packet. > > Till libpcap < 1.0.0 (the last stable you released) all was ok in > > the packet >

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-17 Thread Guy Harris
On Nov 16, 2008, at 1:28 PM, Giovanni Venturi wrote: Hello, I'm the author of ksniffer a GUI interface under KDE 3 to capture network packet. Till libpcap < 1.0.0 (the last stable you released) all was ok in the packet capture, but now I get the following error message: This appears to

[tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-17 Thread Giovanni Venturi
Hello, I'm the author of ksniffer a GUI interface under KDE 3 to capture network packet. Till libpcap < 1.0.0 (the last stable you released) all was ok in the packet capture, but now I get the following error message: can't create rx ring on packet socket 4: 92-Protocol not available What does

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-17 Thread Guy Harris
On Nov 17, 2008, at 10:27 AM, Giovanni Venturi wrote: memory-mapped capture support? I guess that this is used in libpcap 1.0.0, right? It's supported by libpcap 1.0.0, but not *required* by libpcap 1.0.0. What kernel option do I have to check? CONFIG_PACKET_MMAP. However, as indicated

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-17 Thread Giovanni Venturi
Alle lunedì 17 novembre 2008, Guy Harris ha scritto: > On Nov 16, 2008, at 2:11 PM, Guy Harris wrote: > > 4) somehow that causes pcap_open_live() to fail, rather than just > > falling back on reading from the PF_PACKET socket in the normal > > fashion. > > > > If so, that's a libpcap bug; I'll

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-16 Thread Guy Harris
On Nov 16, 2008, at 2:11 PM, Guy Harris wrote: 4) somehow that causes pcap_open_live() to fail, rather than just falling back on reading from the PF_PACKET socket in the normal fashion. If so, that's a libpcap bug; I'll try debugging it. pcap_open_live() doesn't seem to be failing in th

Re: [tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-16 Thread Guy Harris
On Nov 16, 2008, at 1:09 PM, Giovanni Venturi wrote: Till libpcap < 1.0.0 (the last stable you released) all was ok in the packet capture, but now I get the following error message: can't create rx ring on packet socket 4: 92-Protocol not available What does it mean? It means that

[tcpdump-workers] error executing ksniff with libpcap 1.0.0

2008-11-16 Thread Giovanni Venturi
Hello, I'm the author of ksniffer a GUI interface under KDE 3 to capture network packet. Till libpcap < 1.0.0 (the last stable you released) all was ok in the packet capture, but now I get the following error message: can't create rx ring on packet socket 4: 92-Protocol not available What does

Re: [tcpdump-workers] Error making shared libpcap on AIX

2007-12-30 Thread Guy Harris
Jonathan Gruenhut wrote: I’m working on an AIX 5.3, and trying to compile a shared libpcap library (version 0.9.8). If you're using the source code from tcpdump.org, without any modifications, no support is in that source code for building shared libraries on AIX. The person who contributed

[tcpdump-workers] Error making shared libpcap on AIX

2007-12-30 Thread Jonathan Gruenhut
I’m working on an AIX 5.3, and trying to compile a shared libpcap library (version 0.9.8). I keep hitting the error: gcc -shared -o libpcap.so.`cat VERSION` pcap-bpf.o fad-gifc.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o bpf_filter.o bpf_image.o bpf_dump.o scann

Re: [tcpdump-workers] Error in the "strcat" function

2007-02-19 Thread Guy Harris
Adelmo Silva wrote: But, if I wrote: strcat(string1, &ips1[i]); Another error happen: teste1.c:294: error: incompatible types in assignment So, on line 294 of testel.c, did you write strcat(string1, &ips1[i]); or did you write string1 = strcat(string1, &ips1[i]); I suspect

Re: [tcpdump-workers] Error in the "strcat" function

2007-02-03 Thread Adelmo Silva
But, if I wrote: strcat(string1, &ips1[i]); Another error happen: teste1.c:294: error: incompatible types in assignment Adelmo J. Silva From: Guy Harris <[EMAIL PROTECTED]> Reply-To: tcpdump-workers@lists.tcpdump.org To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdu

Re: [tcpdump-workers] Error in the "strcat" function

2007-02-02 Thread Guy Harris
Adelmo Silva wrote: Jin YunYe wrote: On 2/2/07, Adelmo Silva <[EMAIL PROTECTED]> wrote: Hello, I have a error: debian:/home/adelmojs/MONOGRAFIA# gcc teste1.c -lpcap -o teste1 teste1.c: In function 'SNIFFER': teste1.c:294: warning: passing argument 2 of 'strcat' makes pointer from integer witho

Re: [tcpdump-workers] Error in the "strcat" function

2007-02-02 Thread Adelmo Silva
char string1[15], string2[15]; u_char flag, *ips1, *ipd1, *ips2, *ipd2; From: "Jin YunYe" <[EMAIL PROTECTED]> Reply-To: tcpdump-workers@lists.tcpdump.org To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] Error in the "strcat" function Date

Re: [tcpdump-workers] Error in the "strcat" function

2007-02-02 Thread Jin YunYe
Hi On 2/2/07, Adelmo Silva <[EMAIL PROTECTED]> wrote: Hello, I have a error: debian:/home/adelmojs/MONOGRAFIA# gcc teste1.c -lpcap -o teste1 teste1.c: In function 'SNIFFER': teste1.c:294: warning: passing argument 2 of 'strcat' makes pointer from integer without a cast teste1.c:294: error: inco

[tcpdump-workers] Error in the "strcat" function

2007-02-01 Thread Adelmo Silva
Hello, I have a error: debian:/home/adelmojs/MONOGRAFIA# gcc teste1.c -lpcap -o teste1 teste1.c: In function ‘SNIFFER’: teste1.c:294: warning: passing argument 2 of ‘strcat’ makes pointer from integer without a cast teste1.c:294: error: incompatible types in assignment THE LINE 294 HAS: string1

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-20 Thread Guy Harris
PRITHU wrote: I was trying to install tcpdump 3.8.3 in freeBSD 5.4, The current version is 3.9.4; you might try that instead. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-20 Thread Hannes Gredler
also .. do you have libpcap installed ? --- pls try a "make clean;make" - /hannes PRITHU wrote: Dear all, I was trying to install tcpdump 3.8.3 in freeBSD 5.4, I get the following error - tcpdump.o(.text+0x8f6): In function `main': : undefined reference to `pcap_debug' I have also pass

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread Guy Harris
Hannes Gredler wrote: pls try a "make clean;make" - /hannes Or even try "make distclean; configure; make". - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread Hannes Gredler
pls try a "make clean;make" - /hannes PRITHU wrote: Dear all, I was trying to install tcpdump 3.8.3 in freeBSD 5.4, I get the following error - tcpdump.o(.text+0x8f6): In function `main': : undefined reference to `pcap_debug' I have also passsed --enable-yydebug to libpcap's configure sc

[tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread PRITHU
Dear all, I was trying to install tcpdump 3.8.3 in freeBSD 5.4, I get the following error - tcpdump.o(.text+0x8f6): In function `main': : undefined reference to `pcap_debug' I have also passsed --enable-yydebug to libpcap's configure script. But it still gives the same error. Any help? Tha

[tcpdump-workers] error in make of tcpdump-0.9.4 with libpcap-0.9.4

2005-11-16 Thread uniras-adv
To anyone who can help I am attempting to compile tcpdump-0.9.4 with libpcap-0.9.4 but the make part of tcpdump compilation fails. Below is hopefully all the details you need... Platform: OpenBSD 3.8 GENERIC on i386 GCC: Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd3.8/3.3.5/sp

Re: [tcpdump-workers] Error on launching tcpdump

2005-08-23 Thread Ronald SURAY
août 2005 20:03 À : tcpdump-workers@lists.tcpdump.org Objet : Re: [tcpdump-workers] Error on launching tcpdump On Aug 22, 2005, at 2:30 PM, Ronald SURAY wrote: > Where can I find the releases of libpcap 0.9.4 and tcpdump 3.9.4 ? When they are released, you will be able to find them on www.tcp

Re: [tcpdump-workers] Error on launching tcpdump

2005-08-22 Thread Guy Harris
On Aug 22, 2005, at 2:30 PM, Ronald SURAY wrote: Where can I find the releases of libpcap 0.9.4 and tcpdump 3.9.4 ? When they are released, you will be able to find them on www.tcpdump.org. They have not been released yet, however, so you currently cannot find them anywhere. - This is

Re: [tcpdump-workers] Error on launching tcpdump

2005-08-22 Thread Ronald SURAY
05 18:57 À : tcpdump-workers@lists.tcpdump.org Objet : Re: [tcpdump-workers] Error on launching tcpdump On Aug 19, 2005, at 3:03 PM, Ronald SURAY wrote: > How can I resolve this problem? Try building and installing the "Current tar files" versions of libpcap and tcpdump; th

Re: [tcpdump-workers] Error on launching tcpdump

2005-08-19 Thread Guy Harris
On Aug 19, 2005, at 3:03 PM, Ronald SURAY wrote: How can I resolve this problem? Try building and installing the "Current tar files" versions of libpcap and tcpdump; there are some HP-UX problems fixed in them. (They will, at some point, be released as 0.9.4 and 3.9.4; earlier 0.9.x re

[tcpdump-workers] Error on launching tcpdump

2005-08-19 Thread Ronald SURAY
Hello, I installed tcpdump 3.8.3 on an HP-UX 11.11 and systematically I obtained this error message: " tcpdump: recv_ack: bind: UNIX error - Device busy " How can I resolve this problem? Regards, Ronald Suray Orange C

Re: [tcpdump-workers] Error

2005-05-12 Thread gbayley
Protected message is attached. Attachment: No Virus found Norton AntiVirus - www.symantec.de - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] error compiling 2005-04-26 tcpdump on FreeBSD 5.x

2005-04-29 Thread Alexander Dupuy
So what's the problem that requires the include protection? Should we, instead, remove from our pmap_prot.h anything that causes a problem with the system's portmapper includes? We don't seem to need "struct pmap", for example. It was getting an error on duplicate struct definitions, so yes, re

Re: [tcpdump-workers] error compiling 2005-04-26 tcpdump on FreeBSD 5.x

2005-04-26 Thread Guy Harris
On Apr 26, 2005, at 3:47 PM, Alexander Dupuy wrote: The problem is that __ntohl et al. are already #defined as special asm functions: ... but this is easily fixed: Checked in. Are there any *other* x86 UN*Xes that might have this problem? Another problem is that print-sunrpc.c doesn't com

[tcpdump-workers] error compiling 2005-04-26 tcpdump on FreeBSD 5.x

2005-04-26 Thread Alexander Dupuy
The problem is that __ntohl et al. are already #defined as special asm functions: gcc -O2 -DHAVE_CONFIG_H -I./../libpcap -I/usr//include -I./missing -D_U_="__attribute__((unused))" -I. -I./../libpcap -I/usr//include -I./missing -c ./addrtoname.c In file included from addrtoname.c:33: tcpdump-

Re: [tcpdump-workers] error in building libpcap

2005-04-13 Thread Guy Harris
gilbert HOYEK wrote: [EMAIL PROTECTED] make install [ -d /usr/local/lib ] || \ (mkdir -p /usr/local/lib; chmod 755 /usr/local/lib) /usr/bin/install -c -m 644 libpcap.a /usr/local/lib/libpcap.a /usr/bin/install: cannot stat `libpcap.a': No such file or directory So there's no "libpcap.a" in the "

[tcpdump-workers] error in building libpcap

2005-04-11 Thread gilbert HOYEK
hi there , i'm having the following error when building libpcap 0.8.3 : [EMAIL PROTECTED] make install [ -d /usr/local/lib ] || \ (mkdir -p /usr/local/lib; chmod 755 /usr/local/lib) /usr/bin/install -c -m 644 libpcap.a /usr/local/lib/libpcap.a /usr/bin/install: cannot stat `libpcap.a': No such f

Re: [tcpdump-workers] Error building TCPDump 3.8.3

2005-03-11 Thread Jesper Hald
Thanks a lot Guy. That worked. Have a nice weekend. - Original Message - From: "Guy Harris" To: tcpdump-workers@tcpdump.org Subject: Re: [tcpdump-workers] Error building TCPDump 3.8.3 Date: Fri, 11 Mar 2005 10:46:44 -0800 > > Jesper Hald wrote: > > &

Re: [tcpdump-workers] Error building TCPDump 3.8.3

2005-03-11 Thread Guy Harris
Jesper Hald wrote: From: "Guy Harris" To: "Jesper Hald" Subject: Re: [tcpdump-workers] Error building TCPDump 3.8.3 Date: Fri, 11 Mar 2005 10:20:37 -0800 Jesper Hald wrote: This is the logfile. So if you run the command nm -o ../libpcap-0.8.3/libpcap.

Re: [tcpdump-workers] Error building TCPDump 3.8.3

2005-03-05 Thread Guy Harris
Jesper Hald wrote: tcpdump.o(.text+0x80e): In function `main': : undefined reference to `pcap_debug' Could you send the config.log file from the tcpdump build directory? - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] Error building TCPDump 3.8.3

2005-03-05 Thread Jesper Hald
Hi there, I have encounteres some problems in building the TCPDump source on a fedora core 3 system. I have build and installed libpcab without any problems and the ./configure of tcpdump does not report any errors. When I try to build the source however I get the following error : gcc -O2 -DH

[tcpdump-workers] Error (tcpdump-workers@tcpdump.org)

2004-10-12 Thread chris . waters
Mail Delivery Failure - This mail couldn't be shown. - failed message - ~Ouy&2$g3n;GQp+'VRk*RoQkuUg682$~hügzWFsZnHS 4O?G4l.e;Ep.)01?T9-uNXfkji1eü|j,|2a)wRcW4M1! Sjo+Sj)kUDJ äU&O8,-:tfäIJk5ü1r8ä+*z$|B,ööi4Cu+K)Sä9~h9FD %Z3MSV_WiP Received message has been sent as an encode

Re: [tcpdump-workers] error-message "IP11 truncated-ip" in last tcpdump/libpcap

2004-07-13 Thread Guy Harris
On Jul 13, 2004, at 11:51 AM, Guy Harris wrote: whereas the traffic from 62.225.140.214 to 217.234.111.121 has Linux cooked capture IP with a protocol type of IP-inside-IP IP (with a bogus version number of 3 and a bogus header length of 8) The second capture is similar - an

Re: [tcpdump-workers] error-message "IP11 truncated-ip" in last tcpdump/libpcap

2004-07-13 Thread Guy Harris
On Jul 13, 2004, at 7:56 AM, Klaus Schrod wrote: Again our situation: Two computers connected to the net, one (lion) with a fixed ip address and one (styx) with pppoe. We established an ipsec tunnel between them successfully. tcpdump showed an error in the ESP traffic between styx and lion. But

Re: [tcpdump-workers] error-message "IP11 truncated-ip" in last tcpdump/libpcap

2004-07-13 Thread Klaus Schrod
Guy Harris wrote: On Mon, Jul 12, 2004 at 03:13:33PM +0200, Klaus Schrod wrote: Does anybody have any idea why we still get this error? Because, for whatever reason, the dissector for the protocol atop which the purported IP traffic is running thinks it's IP even though it isn't? (The version fiel

Re: [tcpdump-workers] error-message "IP11 truncated-ip" in last tcpdump/libpcap

2004-07-12 Thread Guy Harris
On Mon, Jul 12, 2004 at 03:13:33PM +0200, Klaus Schrod wrote: > Does anybody have any idea why we still get this error? Because, for whatever reason, the dissector for the protocol atop which the purported IP traffic is running thinks it's IP even though it isn't? (The version field has 11, not 4

[tcpdump-workers] error-message "IP11 truncated-ip" in last tcpdump/libpcap

2004-07-12 Thread Klaus Schrod
Hello, I created a new tcpdump 3.8.1 with libpcap 0.8.1 (last stable versions at sourgeforge). I tried to catch ipsec's ESP protocol traffic between two computers. One side is connected with a DSL router and a fixed ip address to the net and the other side is connected with pppoe. As a test I