<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR></HEAD>
<BODY><!-- Converted from text/plain format -->
<P><FONT size=2> Mani,<BR> we use pcap_findalldevs_ex in our java
project and we have no problem within java VM. There are thousands of users
using our project and it has never come up as a problem. Our internal tests with
findalldev_ex work as well. Its an open source project, so you are welcome to
take a look at the source and how we use it.<BR><BR><A
href="http://jnetpcap.com">http://jnetpcap.com</A><BR><BR>here is the link to
the relavent C source file that implements the<A
href="http://jnetpcap.svn.sourceforge.net/viewvc/jnetpcap/jnetpcap/trunk/src/c/winpcap_ext.cpp?view=markup">
findalldevs_ex as a java wrapper</A>. The findalldevs_ex code starts around line
750.<BR><BR>Cheers,<BR>mark...<BR><BR>> -----Original Message-----<BR>>
From: winpcap-users-bounces@winpcap.org<BR>> [<A
href="mailto:winpcap-users-bounces@winpcap.org">mailto:winpcap-users-bounces@winpcap.org</A>]
On Behalf Of E, Manivannan<BR>> Sent: Thursday, September 17, 2009 6:17
AM<BR>> To: winpcap-users@winpcap.org<BR>> Subject: Re: [Winpcap-users]
pcap_findalldevs_ex hangs inside<BR>> java process<BR>><BR>> I don’t
see the “pcap_findalldevs_ex” hang issue on Vista and<BR>> it work properly.
We want this application to run on XP as<BR>> our machines are predominantly
XP.<BR>><BR>> <BR>><BR>> Regards,<BR>><BR>>
Mani<BR>><BR>> <BR>><BR>>
________________________________<BR>><BR>> From:
winpcap-users-bounces@winpcap.org<BR>> [<A
href="mailto:winpcap-users-bounces@winpcap.org">mailto:winpcap-users-bounces@winpcap.org</A>]
On Behalf Of<BR>> Gianluca Varenni<BR>> Sent: Wednesday, September 16,
2009 3:06 AM<BR>> To: winpcap-users@winpcap.org<BR>> Subject: Re:
[Winpcap-users] pcap_findalldevs_ex hangs inside<BR>> java
process<BR>><BR>> <BR>><BR>> Does the same issue happen on
Vista?<BR>><BR>> <BR>><BR>> Have a nice day<BR>><BR>>
GV<BR>><BR>> ----- Original Message
-----<BR>><BR>> From: E, Manivannan <<A
href="mailto:manie@ti.com">mailto:manie@ti.com</A>> <BR>><BR>>
To: winpcap-users@winpcap.org<BR>><BR>>
Sent: Friday, September 11, 2009 9:55
AM<BR>><BR>> Subject: Re: [Winpcap-users]
pcap_findalldevs_ex hangs<BR>> inside java process<BR>><BR>>
<BR>><BR>>
I am using Window XP with SP2.<BR>><BR>>
<BR>><BR>>
Regards,<BR>><BR>>
Mani<BR>><BR>>
<BR>><BR>>
<BR>>
________________________________<BR>><BR>><BR>>
From: winpcap-users-bounces@winpcap.org<BR>>
[<A
href="mailto:winpcap-users-bounces@winpcap.org">mailto:winpcap-users-bounces@winpcap.org</A>]
On Behalf Of<BR>> Gianluca Varenni<BR>>
Sent: Friday, September 11, 2009 10:19 PM<BR>>
To: winpcap-users@winpcap.org<BR>> Subject:
Re: [Winpcap-users] pcap_findalldevs_ex hangs<BR>> inside java
process<BR>><BR>> <BR>><BR>>
Which version of Windows are you
using?<BR>><BR>> <BR>><BR>>
Have a nice day<BR>><BR>>
GV<BR>><BR>>
----- Original Message
-----<BR>><BR>>
From: E, Manivannan <<A
href="mailto:manie@ti.com">mailto:manie@ti.com</A>> <BR>><BR>>
To:
winpcap-users@winpcap.org<BR>><BR>>
Sent: Friday, September 11, 2009 9:28
AM<BR>><BR>>
Subject: Re: [Winpcap-users]<BR>>
pcap_findalldevs_ex hangs inside java process<BR>><BR>>
<BR>><BR>>
I am
not using java wrapper. I am using the<BR>> winpcap lib inside C++ code which
is built as a dll. Eclipse<BR>> env is used as IDE mainly for user interface.
When used in<BR>> with eclipse GUI, the pcap_findalldevs_ex doesn’t hang
but<BR>> hangs when execute on command-line.<BR>><BR>>
<BR>><BR>>
Regards,<BR>><BR>>
Mani<BR>><BR>>
<BR>><BR>>
<BR>>
________________________________<BR>><BR>><BR>>
From:
winpcap-users-bounces@winpcap.org<BR>> [<A
href="mailto:winpcap-users-bounces@winpcap.org">mailto:winpcap-users-bounces@winpcap.org</A>]
On Behalf Of<BR>> Gianluca Varenni<BR>>
Sent: Friday, September 11, 2009 9:14
PM<BR>>
To: winpcap-users@winpcap.org<BR>>
Subject: Re: [Winpcap-users]<BR>> pcap_findalldevs_ex hangs inside java
process<BR>><BR>>
<BR>><BR>>
Are
you using any of the jave wrapper already<BR>> available for
WinPcap?<BR>><BR>>
<BR>><BR>>
Have a
nice day<BR>><BR>>
GV<BR>><BR>>
----- Original Message
-----<BR>><BR>>
From: E, Manivannan <<A
href="mailto:manie@ti.com">mailto:manie@ti.com</A>> <BR>><BR>>
To:
winpcap-users@winpcap.org<BR>><BR>>
Sent: Friday, September 11, 2009 1:06
AM<BR>><BR>>
Subject: [Winpcap-users]<BR>>
pcap_findalldevs_ex hangs inside java process<BR>><BR>>
<BR>><BR>>
Hi,<BR>><BR>>
I am using
the Winpcap lib in<BR>> eclipse (Java) environment and “pcap_findalldevs_ex”
work<BR>> fine return all the devices but when I use eclipse directly<BR>>
Java in command line-mode i.e. in command prompt then<BR>>
“pcap_findalldevs_ex” hangs, never return whether it failed<BR>> or passed. I
suspected the “Remote Capture Service” is not<BR>> getting started, so I
tried enabling the service manually &<BR>> tried but still the
“pcap_findalldevs_ex” hangs. Any clues on<BR>> what’s going wrong
here?<BR>><BR>>
<BR>><BR>>
Winpcap Version –
4.0.2<BR>><BR>>
<BR>><BR>>
Regards,<BR>><BR>>
Mani<BR>><BR>>
<BR>><BR>>
<BR>>
________________________________<BR>><BR>><BR>>
_______________________________________________<BR>>
Winpcap-users mailing list<BR>>
Winpcap-users@winpcap.org<BR>>
<BR>> <A
href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A><BR>><BR>>
<BR>>
________________________________<BR>><BR>><BR>>
_______________________________________________<BR>>
Winpcap-users mailing list<BR>>
Winpcap-users@winpcap.org<BR>>
<A
href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A><BR>><BR>>
<BR>>
________________________________<BR>><BR>><BR>>
_______________________________________________<BR>>
Winpcap-users mailing list<BR>>
Winpcap-users@winpcap.org<BR>>
<A
href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A><BR>><BR>>
</FONT></P></BODY></HTML>