Re: [WinPcap-users] PROBLEM WITH BUILDING A BRIDGE

2005-04-25 Thread David Rodriguez
the NdisSend(&Status, Open->AdapterHandle, pPacket); function. I would like that Loris Degioanni add this as a function of winpcap, because if you can write a bridge, you can also write a transparent firewall. Regards David Rodriguez - Original Message - From: "Ben Gre

Re: [WinPcap-users] PROBLEM WITH BUILDING A BRIDGE

2005-02-23 Thread David Rodriguez
windows 2000 and xp, I built several nice applications with this. David Rodriguez - Original Message - From: "Bowers, Rick" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 22, 2005 06:50 PM Subject: RE: [WinPcap-users] PROBLEM WITH BUILDING A BRIDGE Thanks for the su

Re: [WinPcap-users] 60 Byte Minimum Packet, really?

2004-08-24 Thread David Rodriguez
I can read arp packets with winpcap that are 48 bytes size, Winpcap cannot read erroneus packets but smaller it can read. David. Regards. - Original Message - From: "Rob Henningsgard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 10:42 AM Subject: [WinPcap

Re: [WinPcap-users] About Multithreading

2004-07-02 Thread David Rodriguez
Hello   I have a transparent application for voip built with winpcap, it works as a bridge and uses 2 threads similar your app, only once a year the pc where is installed hang up. I did not find the reason.   how many times your app or your server lock ups ?     David - Original Mess

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

2002-07-30 Thread David Rodriguez
p the packet? > > I can recommend using ethereal on the receiving computer, to see if the > packet alteration are good enough. By doing this, i've been able to > distinquish between WinpCap initialization errors, and my own packet editing > errors.. > > Hope this help,

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

2002-07-30 Thread David Rodriguez
ts or truncated packets > 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 > >

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

2002-07-30 Thread David Rodriguez
ybe i'm of track. Just a thought... > > - Jesper > > -Original Message- > From: David Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: 8. august 2002 15:06 > To: [EMAIL PROTECTED] > Subject: Re: [WinPcap-users] Loosing Packets or truncated packets > &g

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

2002-07-30 Thread David Rodriguez
hat the increase of the buffer produce this error, does the driver copy > all > > > > the content of the kernel memory to the user memory even the memory has > > > > little information ? > > > > Note: