RE: [WinPcap-users] Loosing Packets or truncated packets

2002-07-30 Thread Jesper Munkholm Jensen (JMJ)
Do you use the Packet.dll or the Winpcap? A thing to remember is that WinPcap library function pcap_next(), returns a pointer to the packet in its own buffer, so if you hang on to the packet to long you may risk it being overwritten. In bursts maybe this could cause the error, but the depends on

Re: [WinPcap-users] Loosing Packets or truncated packets

2002-07-30 Thread David Rodriguez
I use packet.ddl lybrary, I dont use pcaplib The strange thing is that when I use more memory more problems. When I used 256k of buffer user and system I got rarely errors. I dont set any kind of filter the one is promiscous mode. David - Original Message - From: Jesper Munkholm

RE: [WinPcap-users] Loosing Packets or truncated packets

2002-07-30 Thread Jesper Munkholm Jensen (JMJ)
You could try publishing the relevant code parts, and see what the response is. I'll be glad to browse through it and se if I can see something you've missed. I've been through most aspects of the library about know... - Jesper -Original Message- From: David Rodriguez [mailto:[EMAIL

Re: [WinPcap-users] Loosing Packets or truncated packets

2002-07-30 Thread David Rodriguez
Hello, My program is written in Delphi 6.0 I use 2 interfaces in: card 0 out : card 1 I use 4 handlers: Adapter_R_in : Reading data in the interface 0 Adapter_W_in : Writing data in the interface 0 Adapter_R_out : Reading data in the interface 1 Adapter_W_out : Writing data

Re: Re: [WinPcap-users] HP server and winpcap2.3

2002-07-30 Thread Gianluca Varenni
Ok. SMP machines? WinPcap 2.3 does NOT work on SMP, and WinPcap 2.2 *seems* to work on SMP (in the sense that the driver starts correctly); details on the FAQs on our wesbsite http://winpcap.polito.it If it's not your case, then post a bug report following the instructions at