Re: [WinPcap-users] crash

2004-12-17 Thread Gianluca Varenni
Hi Lars.
Did you solve your problems?
We need your help to fix this crash issue.
Have a nice day
GV
- Original Message - 
From: Loris Degioanni [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 23, 2004 6:50 PM
Subject: RE: [WinPcap-users] crash 


Even the command line ones?
If yes, can you:
- tell me the list of interfaces reported by winpcap on your system
- tell me if the bug happens just on one machine or everywhere
- report the bug as explained at http://winpcap.polito.it/contact.htm
Thanks,
Loris
Some time they crash and sometimes they don't, just like my 
program
/Lars

-Original Message-
From: Loris Degioanni [mailto:[EMAIL PROTECTED]
Sent: 22. november 2004 19:37
To: [EMAIL PROTECTED]
Subject: RE: [WinPcap-users] crash 

What happens with the examples of the WinPcap developers's pack, e.g.
netmeter?
Loris 

 -Original Message-
 From: Lars Larsen [mailto:]
 Sent: Thursday, November 18, 2004 7:40 AM
 To: [EMAIL PROTECTED]
 Subject: [WinPcap-users] crash 
 
 
 Hello World\n;
 
 Sometimes I am getting crashes when using WPCAP.LIB, a
 0xC005 read error exception. originating from  
 pcap_findalldevs_ex() but it is not every time I get the 
 crash, and then it works like a dream.
 
 I am building an application based on  wpcap.lib 3.1.beta4,
 mvc++ 6.0 sp6, for  W2K sp4, According to the loaded DLL
 list, it happens some where outside my context (a  Kernel
 mode thing?)
 
 I had to include the api in a  DLL based on MFC, and because
 it is difficult to convince the complier/linker to handle 
 both MFC and non-MFC code, I  have build a pcap.lib, that i 
 link with my MFC code.
 
 the FAQ is convinced that a bug like this should be fixed a
 long time ago, is it a poltergeist ???
 
 Any suggestions???
 
 regards
  Lars
 
 --
 
 Software developer
 Lars Larsen
 ICCC A/S DK
 Telegrafvej 5A
 2700 Ballerup
 Denmark
 tel : +45 44 86 04 00
 fax : +45 44 86 04 39
 
 
 
 
 ==
  This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 
  To unsubscribe use
  mailto: [EMAIL PROTECTED]
 ==
 


==
 This is the WinPcap users list. It is archived at
http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


==
This is the WinPcap users list. It is archived at
http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
To unsubscribe use 
mailto: [EMAIL PROTECTED]
==



==
This is the WinPcap users list. It is archived at
http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
To unsubscribe use 
mailto: [EMAIL PROTECTED]
==


RE: [WinPcap-users] crash

2004-11-23 Thread Loris Degioanni
Even the command line ones?
If yes, can you:
- tell me the list of interfaces reported by winpcap on your system
- tell me if the bug happens just on one machine or everywhere
- report the bug as explained at http://winpcap.polito.it/contact.htm

Thanks,
Loris

 
 Some time they crash and sometimes they don't, just like my 
 program
 /Lars
 
 -Original Message-
 From: Loris Degioanni [mailto:[EMAIL PROTECTED]
 Sent: 22. november 2004 19:37
 To: [EMAIL PROTECTED]
 Subject: RE: [WinPcap-users] crash 
 
 
 What happens with the examples of the WinPcap developers's pack, e.g.
 netmeter?
 
 Loris 
 
  -Original Message-
  From: Lars Larsen [mailto:[EMAIL PROTECTED]
  Sent: Thursday, November 18, 2004 7:40 AM
  To: [EMAIL PROTECTED]
  Subject: [WinPcap-users] crash 
  
  
  Hello World\n;
  
  Sometimes I am getting crashes when using WPCAP.LIB, a
  0xC005 read error exception. originating from  
  pcap_findalldevs_ex() but it is not every time I get the 
  crash, and then it works like a dream.
  
  I am building an application based on  wpcap.lib 3.1.beta4,
  mvc++ 6.0 sp6, for  W2K sp4, According to the loaded DLL
  list, it happens some where outside my context (a  Kernel
  mode thing?)
  
  I had to include the api in a  DLL based on MFC, and because
  it is difficult to convince the complier/linker to handle 
  both MFC and non-MFC code, I  have build a pcap.lib, that i 
  link with my MFC code.
  
  the FAQ is convinced that a bug like this should be fixed a
  long time ago, is it a poltergeist ???
  
  Any suggestions???
  
  regards
   Lars
  
  --
  
  Software developer
  Lars Larsen
  ICCC A/S DK
  Telegrafvej 5A
  2700 Ballerup
  Denmark
  tel : +45 44 86 04 00
  fax : +45 44 86 04 39
  
  
  
  
  ==
   This is the WinPcap users list. It is archived at
  http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
  
   To unsubscribe use
   mailto: [EMAIL PROTECTED]
  ==
  
 
 
 
 ==
  This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 
  To unsubscribe use 
  mailto: [EMAIL PROTECTED]
 ==
 
 
 
 ==
  This is the WinPcap users list. It is archived at
  http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 
  To unsubscribe use 
  mailto: [EMAIL PROTECTED]
 ==
 



==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


RE: [WinPcap-users] crash

2004-11-22 Thread Lars Larsen
Some time they crash and sometimes they don't, just like my program
/Lars

-Original Message-
From: Loris Degioanni [mailto:[EMAIL PROTECTED] 
Sent: 22. november 2004 19:37
To: [EMAIL PROTECTED]
Subject: RE: [WinPcap-users] crash 


What happens with the examples of the WinPcap developers's pack, e.g.
netmeter?

Loris 

 -Original Message-
 From: Lars Larsen [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 18, 2004 7:40 AM
 To: [EMAIL PROTECTED]
 Subject: [WinPcap-users] crash 
 
 
 Hello World\n;
 
 Sometimes I am getting crashes when using WPCAP.LIB, a
 0xC005 read error exception. originating from  
 pcap_findalldevs_ex() but it is not every time I get the 
 crash, and then it works like a dream.
 
 I am building an application based on  wpcap.lib 3.1.beta4,
 mvc++ 6.0 sp6, for  W2K sp4, According to the loaded DLL
 list, it happens some where outside my context (a  Kernel
 mode thing?)
 
 I had to include the api in a  DLL based on MFC, and because
 it is difficult to convince the complier/linker to handle 
 both MFC and non-MFC code, I  have build a pcap.lib, that i 
 link with my MFC code.
 
 the FAQ is convinced that a bug like this should be fixed a
 long time ago, is it a poltergeist ???
 
 Any suggestions???
 
 regards
  Lars
 
 --
 
 Software developer
 Lars Larsen
 ICCC A/S DK
 Telegrafvej 5A
 2700 Ballerup
 Denmark
 tel : +45 44 86 04 00
 fax : +45 44 86 04 39
 
 
 
 
 ==
  This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 
  To unsubscribe use
  mailto: [EMAIL PROTECTED]
 ==
 



==
 This is the WinPcap users list. It is archived at
http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==



==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


RE: [WinPcap-users] crash

2004-11-22 Thread Loris Degioanni
What happens with the examples of the WinPcap developers's pack, e.g.
netmeter?

Loris 

 -Original Message-
 From: Lars Larsen [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 18, 2004 7:40 AM
 To: [EMAIL PROTECTED]
 Subject: [WinPcap-users] crash 
 
 
 Hello World\n;
 
 Sometimes I am getting crashes when using WPCAP.LIB, a 
 0xC005 read error exception. originating from  
 pcap_findalldevs_ex() but it is not every time I get the 
 crash, and then it works like a dream.
 
 I am building an application based on  wpcap.lib 3.1.beta4, 
 mvc++ 6.0 sp6, for  W2K sp4, According to the loaded DLL 
 list, it happens some where outside my context (a  Kernel 
 mode thing?)
 
 I had to include the api in a  DLL based on MFC, and because 
 it is difficult to convince the complier/linker to handle 
 both MFC and non-MFC code, I  have build a pcap.lib, that i 
 link with my MFC code.
 
 the FAQ is convinced that a bug like this should be fixed a 
 long time ago, is it a poltergeist ???
 
 Any suggestions???
 
 regards
  Lars
 
 -- 
 
 Software developer
 Lars Larsen
 ICCC A/S DK
 Telegrafvej 5A
 2700 Ballerup
 Denmark
 tel : +45 44 86 04 00
 fax : +45 44 86 04 39
 
 
 
 
 ==
  This is the WinPcap users list. It is archived at  
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
 
  To unsubscribe use
  mailto: [EMAIL PROTECTED]
 ==
 



==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


Re: [WinPcap-users] crash

2004-11-19 Thread Lars Larsen
My code does not actively initiate any WINSOCK connections, so unless 
MFC does it behind my back,  this can not be the cause of  my problems.
rgds
Lars

Alex Narinsky wrote:
For some reason I could not use this method either when I had an open
TCP connection.  So I do this now in the very beginning of my program.
Regards,
Alex
-Original Message-
From: Lars Larsen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 18, 2004 10:40 AM
To: [EMAIL PROTECTED]
Subject: [WinPcap-users] crash 

Hello World\n;
Sometimes I am getting crashes when using WPCAP.LIB, a 0xC005 read 
error exception. originating from  pcap_findalldevs_ex()
but it is not every time I get the crash, and then it works like a
dream.

I am building an application based on  wpcap.lib 3.1.beta4, mvc++ 6.0 
sp6, for  W2K sp4, 
According to the loaded DLL list, it happens some where outside my 
context (a  Kernel mode thing?)

I had to include the api in a  DLL based on MFC,
and because it is difficult to convince the complier/linker to handle 
both MFC and non-MFC code, I  have build a pcap.lib, that i link with my

MFC code.
the FAQ is convinced that a bug like this should be fixed a long time 
ago, is it a poltergeist ???

Any suggestions???
regards
Lars
 

--
Software developer
Lars Larsen
ICCC A/S DK
Telegrafvej 5A
2700 Ballerup
Denmark
tel : +45 44 86 04 00
fax : +45 44 86 04 39

==
This is the WinPcap users list. It is archived at
http://www.mail-archive.com/winpcap-users@winpcap.polito.it/
To unsubscribe use 
mailto: [EMAIL PROTECTED]
==


RE: [WinPcap-users] crash

2004-11-18 Thread Alex Narinsky
For some reason I could not use this method either when I had an open
TCP connection.  So I do this now in the very beginning of my program.

Regards,

Alex

-Original Message-
From: Lars Larsen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 18, 2004 10:40 AM
To: [EMAIL PROTECTED]
Subject: [WinPcap-users] crash 


Hello World\n;

Sometimes I am getting crashes when using WPCAP.LIB, a 0xC005 read 
error exception. originating from  pcap_findalldevs_ex()
but it is not every time I get the crash, and then it works like a
dream.

I am building an application based on  wpcap.lib 3.1.beta4, mvc++ 6.0 
sp6, for  W2K sp4, 
According to the loaded DLL list, it happens some where outside my 
context (a  Kernel mode thing?)

I had to include the api in a  DLL based on MFC,
and because it is difficult to convince the complier/linker to handle 
both MFC and non-MFC code, I  have build a pcap.lib, that i link with my

MFC code.

the FAQ is convinced that a bug like this should be fixed a long time 
ago, is it a poltergeist ???

Any suggestions???

regards
 Lars

-- 

Software developer
Lars Larsen
ICCC A/S DK
Telegrafvej 5A
2700 Ballerup
Denmark
tel : +45 44 86 04 00
fax : +45 44 86 04 39




==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==




==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/winpcap-users@winpcap.polito.it/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==