<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY class=hmmessage bgColor=#ffffff>
<DIV><FONT face=Arial>Dear Mr. Gianluca Varenni,</FONT></DIV>
<DIV><FONT face=Arial>Here is our previous correspondence regarding 
missing&nbsp;interfaces by the function&nbsp;&nbsp;pcap_findalldevs_ex. 
Following your advise I see that the sample application works fine and exposes 
all the valid interfaces but when I do it&nbsp;in my application I miss the USB 
ADSL connection. This happens even if I import the source code from the sample 
application instead of my own original code(of course, without modifying the 
include macro's - just the code itself).</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Can you farther help please?</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Regards</FONT></DIV>
<DIV><FONT face=Arial>I. lesher</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=gianluca.varenni@cacetech.com 
  href="mailto:gianluca.varenni@cacetech.com">Gianluca Varenni</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=ceo@triplebit.com 
  href="mailto:ceo@triplebit.com">ceo</A> ; <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, December 02, 2007 3:16 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] missing usb 
  adsl connection</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face="Courier New">What does the sample application 
  return?</FONT></DIV>
  <DIV><FONT face="Courier New">Are you running on Vista?</FONT></DIV>
  <DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Courier New">Have&nbsp;a nice day</FONT></DIV>
  <DIV><FONT face="Courier New">GV</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=ceo@triplebit.com href="mailto:ceo@triplebit.com">ceo</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
    href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, December 01, 2007 6:07 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] missing usb 
    adsl connection</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial>Hi all,</FONT></DIV>
    <DIV><FONT face=Arial>I usually use my NAT router for communication and 
    Winpcap works fine.</FONT></DIV>
    <DIV><FONT face=Arial>Trying to connect with usb adsl modem fails since the 
    following code doen't see it - it sees just the Ethernet adapter.&nbsp; I 
    tryed with Ethereal and I could sniff the modem easily. This code is taken 
    from the examples following the product.</FONT></DIV>
    <DIV><FONT face=Arial>Can someone help please</FONT></DIV>
    <DIV><FONT face=Arial>Thanks</FONT></DIV>
    <DIV><FONT face=Arial>I. lesher</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>&nbsp;&nbsp;&nbsp; /* Retrieve the device list on the 
    local machine */<BR>&nbsp;&nbsp;&nbsp; if 
    (pcap_findalldevs_ex(PCAP_SRC_IF_STRING, NULL, &amp;alldevs, errbuf) == 
    -1)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    fprintf(stderr,"Error in pcap_findalldevs: %s\n", 
    errbuf);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    exit(1);<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; 
    <BR>&nbsp;&nbsp;&nbsp; /* Print the list */<BR>&nbsp;&nbsp;&nbsp; 
    for(d=alldevs; d; d=d-&gt;next)<BR>&nbsp;&nbsp;&nbsp; 
    {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf("%d. %s", ++i, 
    d-&gt;name);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
    (d-&gt;description)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    printf(" (%s)\n", 
    d-&gt;description);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    printf(" (No description available)\n");<BR>&nbsp;&nbsp;&nbsp; 
    }<BR></FONT></DIV>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>Winpcap-users 
    mailing 
    list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>