<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Guy Harris wrote:
<blockquote cite="mid:48A62DA3-BC87-4CE5-A9FD-9A262335AE73@alum.mit.edu"
 type="cite">
  <pre wrap="">On May 23, 2009, at 5:37 AM, Mikael Hillborg wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">The line:
 pcap_findalldevs_ex(PCAP_SRC_IF_STRING, NULL, &amp;alldevs, errbuf)
returns -1 and the app then exits with
 fprintf(stderr,"Error in pcap_findalldevs: %s\n", errbuf);
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What's the full message that it prints?  (I.e., what's in errbuf?</pre>
</blockquote>
<tt><br>
Hi,<br>
<br>
My mistake, I didn't run the app as administrator. I'm a little
surprised though that it's not even possible to enumerate the devices
without running the app as administrator. <br>
<br>
Regards<br>
Mikael<br>
<br>
<br>
</tt>
</body>
</html>