[Winpcap-bugs] Can not use winpcap on vista

Nurhat Uca nurhat at airties.com
Fri May 29 08:53:16 PDT 2009


Hi Gianluca,

Thank you very much, it works like a charm both on xp and vista...

 

NU

 

________________________________

From: Gianluca Varenni [mailto:gianluca.varenni at cacetech.com] 
Sent: Friday, May 29, 2009 6:32 PM
To: Nurhat Uca; winpcap-bugs at winpcap.org
Subject: Re: [Winpcap-bugs] Can not use winpcap on vista

 

 

	----- Original Message ----- 

	From: Nurhat Uca <mailto:nurhat at airties.com>  

	To: Gianluca Varenni <mailto:gianluca.varenni at cacetech.com>  ;
winpcap-bugs at winpcap.org 

	Sent: Friday, May 29, 2009 12:41 AM

	Subject: Re: [Winpcap-bugs] Can not use winpcap on vista

	 

	Hi ,

	 I sent it but i think the system did not accept the attachment.
Appending log file below;

	The program is crashing when trying to get hw address or ip
address of an interface.

	 

	  libnet_get_hwaddr(l)

	  or the function

	  i = libnet_get_ipaddr4(l);

	 

	u_int32_t

	libnet_get_ipaddr4(libnet_t *l)

	{

	    long npflen = 0;

	    struct sockaddr_in sin;

	    struct npf_if_addr ipbuff;

	 

	    memset(&sin,0,sizeof(sin));

	    memset(&ipbuff,0,sizeof(ipbuff));

	 

	    npflen = sizeof(ipbuff);

	 

This is wrong, it should be 

npflen = 1;

(npflen is the number of items in the ipbuff array, not the size of the
array itself).

 

Have a nice day

GV

	 

	    if (PacketGetNetInfoEx(l->device, &ipbuff, &npflen))

	    {

	        sin = *(struct sockaddr_in *)&ipbuff.IPAddress;

	    }

	    return (sin.sin_addr.s_addr);

	}

	 

	 

	[00000D88] 2009-05-26 16:14:05 --> PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:06 <-- PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:06 --> PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:07 <-- PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:07 --> PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:08 <-- PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:08 --> PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:10 <-- PacketDumpRegistryKey

	[00000D88] 2009-05-26 16:14:10 --> PacketGetFileVersion

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetFileVersion

	[00000D88] 2009-05-26 16:14:10 --> PacketGetFileVersion

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetFileVersion

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdapterNames

	[00000D88] 2009-05-26 16:14:10     ********************* OS
info.*********************

	[00000D88] 2009-05-26 16:14:10 Architecture = x86

	[00000D88] 2009-05-26 16:14:10 Windows version = 6.0

	[00000D88] 2009-05-26 16:14:10 Windows CurrentType =
Multiprocessor Free

	[00000D88] 2009-05-26 16:14:10
*************************************************** 

	[00000D88] 2009-05-26 16:14:10     Packet DLL version
4.1.0.1452, Driver version 4.0.0.1040

	[00000D88] 2009-05-26 16:14:10     PacketGetAdapterNames:
BufferSize=0

	[00000D88] 2009-05-26 16:14:10 -->
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10     AirPcap library not found on
this system

	[00000D88] 2009-05-26 16:14:10 <--
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10     Populating the adapter
list...

	[00000D88] 2009-05-26 16:14:10 -->
PacketPopulateAdaptersInfoList

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdaptersNPF

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersNPF:
RegOpenKeyEx ( Class\{networkclassguid} ) was successful

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersNPF: Cycling
through the adapters in the registry:

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     1) Successfully retrieved
info for adapter \Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     2) Successfully retrieved
info for adapter \Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     3) Successfully retrieved
info for adapter \Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     4) Successfully retrieved
info for adapter \Device\NPF_NdisWanIpv6, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanIpv6

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanIpv6

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     5) Successfully retrieved
info for adapter \Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     6) Successfully retrieved
info for adapter \Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00010 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description =
Microsoft

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0036000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 00:1c:a8:77:90:d3

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved the
addresses from the registry.

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     7) Successfully retrieved
info for adapter \Device\NPF_NdisWanIp, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanIp

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanIp

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     8) Successfully retrieved
info for adapter \Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000002

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     9) Successfully retrieved
info for adapter \Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0000

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00027 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description = MS
Tunnel Interface Driver

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0010000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 02:00:54:55:4e:01

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     10) Successfully retrieved
info for adapter \Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     11) Successfully retrieved
info for adapter \Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     12) Successfully retrieved
info for adapter \Device\NPF_NdisWanBh, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanBh

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanBh

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     13) Successfully retrieved
info for adapter \Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10     14) RegOpenKey( OneAdapKey )
Failed, skipping the adapter.

	[00000D88] 2009-05-26 16:14:10     Adapters not found under
SYSTEM\CurrentControlSet\Control\Class. Using the TCP/IP bindings.

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved info
for adapter \Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}, trying
to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved info
for adapter \Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}, trying
to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     PacketAddAdapterNPF: Adapter
already present in the list

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdaptersNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdaptersIPH

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersIPH:
retrieved needed bytes for IPH

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersIPH:
retrieved list from IPH. Adding adapters to the global list.

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterIPH

	[00000D88] 2009-05-26 16:14:10     PacketAddAdapterIPH: Adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7} already present in
the list

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddAdapterIPH

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdaptersIPH

	[00000D88] 2009-05-26 16:14:10 <--
PacketPopulateAdaptersInfoList

	[00000D88] 2009-05-26 16:14:10     PacketGetAdapterNames: input
buffer too small, we need 0 bytes

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdapterNames

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdapterNames

	[00000D88] 2009-05-26 16:14:10     ********************* OS
info.*********************

	[00000D88] 2009-05-26 16:14:10 Architecture = x86

	[00000D88] 2009-05-26 16:14:10 Windows version = 6.0

	[00000D88] 2009-05-26 16:14:10 Windows CurrentType =
Multiprocessor Free

	[00000D88] 2009-05-26 16:14:10
*************************************************** 

	[00000D88] 2009-05-26 16:14:10     Packet DLL version
4.1.0.1452, Driver version 4.0.0.1040

	[00000D88] 2009-05-26 16:14:10     PacketGetAdapterNames:
BufferSize=141

	[00000D88] 2009-05-26 16:14:10 -->
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10 <--
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10     Populating the adapter
list...

	[00000D88] 2009-05-26 16:14:10 -->
PacketPopulateAdaptersInfoList

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdaptersNPF

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersNPF:
RegOpenKeyEx ( Class\{networkclassguid} ) was successful

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersNPF: Cycling
through the adapters in the registry:

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     1) Successfully retrieved
info for adapter \Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{441234F5-DEAA-43CB-A47A-1F1E3DC6F2BC}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     2) Successfully retrieved
info for adapter \Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{737A20C3-2927-422C-9420-698FD1EDC3D1}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     3) Successfully retrieved
info for adapter \Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{180F0C5B-E52F-42D0-9872-09CAE6FF6621}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     4) Successfully retrieved
info for adapter \Device\NPF_NdisWanIpv6, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanIpv6

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanIpv6

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     5) Successfully retrieved
info for adapter \Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     6) Successfully retrieved
info for adapter \Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00010 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description =
Microsoft

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0036000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 00:1c:a8:77:90:d3

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved the
addresses from the registry.

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     7) Successfully retrieved
info for adapter \Device\NPF_NdisWanIp, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanIp

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanIp

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     8) Successfully retrieved
info for adapter \Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5389F233-D0F8-48C3-A42C-A9A5ED7D183B}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000002

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     9) Successfully retrieved
info for adapter \Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0000

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00027 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description = MS
Tunnel Interface Driver

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0010000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 02:00:54:55:4e:01

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     10) Successfully retrieved
info for adapter \Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{7FA0D6B0-14D7-4C0D-82CC-53F599839578}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     11) Successfully retrieved
info for adapter \Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{8F733175-FBBA-4F4A-9383-324B48FDDA5B}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     12) Successfully retrieved
info for adapter \Device\NPF_NdisWanBh, trying to add it to the global
list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_NdisWanBh

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_NdisWanBh

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000019

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 --> IsFireWire

	[00000D88] 2009-05-26 16:14:10 <-- IsFireWire

	[00000D88] 2009-05-26 16:14:10     13) Successfully retrieved
info for adapter \Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493},
trying to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{420F3C60-2119-4F96-AFC3-BC6D02985493}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10     14) RegOpenKey( OneAdapKey )
Failed, skipping the adapter.

	[00000D88] 2009-05-26 16:14:10     Adapters not found under
SYSTEM\CurrentControlSet\Control\Class. Using the TCP/IP bindings.

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved info
for adapter \Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}, trying
to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{B4FA492E-8534-414A-A987-DA6CBA7FBCC9}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10     PacketOpenAdapterNPF:
CreateFile failed, LastError= 00000006

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     NPF Adapter not available, do
not add it to the global list

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved info
for adapter \Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}, trying
to add it to the global list...

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     PacketAddAdapterNPF: Adapter
already present in the list

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdaptersNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketGetAdaptersIPH

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersIPH:
retrieved needed bytes for IPH

	[00000D88] 2009-05-26 16:14:10     PacketGetAdaptersIPH:
retrieved list from IPH. Adding adapters to the global list.

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterIPH

	[00000D88] 2009-05-26 16:14:10     PacketAddAdapterIPH: Adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7} already present in
the list

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddAdapterIPH

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdaptersIPH

	[00000D88] 2009-05-26 16:14:10 <--
PacketPopulateAdaptersInfoList

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetAdapterNames

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapter

	[00000D88] 2009-05-26 16:14:10     ********************* OS
info.*********************

	[00000D88] 2009-05-26 16:14:10 Architecture = x86

	[00000D88] 2009-05-26 16:14:10 Windows version = 6.0

	[00000D88] 2009-05-26 16:14:10 Windows CurrentType =
Multiprocessor Free

	[00000D88] 2009-05-26 16:14:10
*************************************************** 

	[00000D88] 2009-05-26 16:14:10     Packet DLL version
4.1.0.1452, Driver version 4.0.0.1040

	[00000D88] 2009-05-26 16:14:10 -->
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10 <--
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10     Looking for the adapter in
our list 1st time...

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found in our list.
Check adapter type and see if it's actually supported.

	[00000D88] 2009-05-26 16:14:10     Normal NPF adapter, trying to
open it...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0000

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapter

	[00000D88] 2009-05-26 16:14:10 --> PacketGetNetType

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetNetType

	[00000D88] 2009-05-26 16:14:10 --> PacketSetHwFilter

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010e
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetHwFilter

	[00000D88] 2009-05-26 16:14:10 --> PacketAllocatePacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketAllocatePacket

	[00000D88] 2009-05-26 16:14:10 --> PacketInitPacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketInitPacket

	[00000D88] 2009-05-26 16:14:10 --> PacketSetBuff

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetBuff

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMinToCopy

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMinToCopy

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadTimeout

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadTimeout

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 --> PacketFreePacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketFreePacket

	[00000D88] 2009-05-26 16:14:10 --> PacketGetNetInfoEx

	[00000D88] 2009-05-26 16:14:10 --> PacketUpdateAdInfo

	[00000D88] 2009-05-26 16:14:10     Updating adapter info for
adapter \Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0000

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00027 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description = MS
Tunnel Interface Driver

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0010000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 02:00:54:55:4e:01

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketUpdateAdInfo

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{5AD95B9A-F3D7-4418-8256-626B895762AD}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found.

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetNetInfoEx

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapter

	[00000D88] 2009-05-26 16:14:10     ********************* OS
info.*********************

	[00000D88] 2009-05-26 16:14:10 Architecture = x86

	[00000D88] 2009-05-26 16:14:10 Windows version = 6.0

	[00000D88] 2009-05-26 16:14:10 Windows CurrentType =
Multiprocessor Free

	[00000D88] 2009-05-26 16:14:10
*************************************************** 

	[00000D88] 2009-05-26 16:14:10     Packet DLL version
4.1.0.1452, Driver version 4.0.0.1040

	[00000D88] 2009-05-26 16:14:10 -->
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10 <--
PacketLoadLibrariesDynamically

	[00000D88] 2009-05-26 16:14:10     Looking for the adapter in
our list 1st time...

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found in our list.
Check adapter type and see if it's actually supported.

	[00000D88] 2009-05-26 16:14:10     Normal NPF adapter, trying to
open it...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapter

	[00000D88] 2009-05-26 16:14:10 --> PacketGetNetType

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetNetType

	[00000D88] 2009-05-26 16:14:10 --> PacketSetHwFilter

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010e
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetHwFilter

	[00000D88] 2009-05-26 16:14:10 --> PacketAllocatePacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketAllocatePacket

	[00000D88] 2009-05-26 16:14:10 --> PacketInitPacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketInitPacket

	[00000D88] 2009-05-26 16:14:10 --> PacketSetBuff

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetBuff

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMinToCopy

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMinToCopy

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadTimeout

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadTimeout

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 --> PacketFreePacket

	[00000D88] 2009-05-26 16:14:10 <-- PacketFreePacket

	[00000D88] 2009-05-26 16:14:10 --> PacketGetNetInfoEx

	[00000D88] 2009-05-26 16:14:10 --> PacketUpdateAdInfo

	[00000D88] 2009-05-26 16:14:10     Updating adapter info for
adapter \Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10 --> PacketAddAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to add adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     Trying to open the NPF
adapter and see if it's available...

	[00000D88] 2009-05-26 16:14:10 --> PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10     Trying to open adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10     NPF registry key present,
driver is installed.

	[00000D88] 2009-05-26 16:14:10     Trying to see if the NPF
service is running...

	[00000D88] 2009-05-26 16:14:10     OpenService failed!
Error=00000005

	[00000D88] 2009-05-26 16:14:10 --> PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetReadEvt

	[00000D88] 2009-05-26 16:14:10 --> PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010105
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010f
Length=00004 Set=0001 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 <-- PacketSetMaxLookaheadsize

	[00000D88] 2009-05-26 16:14:10     Successfully opened adapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketOpenAdapterNPF

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=0001010d
Length=00010 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Adapter Description =
Microsoft

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010104
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=00010107
Length=00004 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Media:0000000000
Speed=0036000000

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetLinkLayerFromRegistry

	[00000D88] 2009-05-26 16:14:10     Trying to obtain the MAC
address for the NIC...

	[00000D88] 2009-05-26 16:14:10 --> PacketRequest

	[00000D88] 2009-05-26 16:14:10     PacketRequest, OID=01010102
Length=00006 Set=0000 Res=0001

	[00000D88] 2009-05-26 16:14:10 <-- PacketRequest

	[00000D88] 2009-05-26 16:14:10     Successfully obtained the MAC
address, it's 00:1c:a8:77:90:d3

	[00000D88] 2009-05-26 16:14:10 -->
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
needed storage for the call

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, retrieved
addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, internal loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, external loop

	[00000D88] 2009-05-26 16:14:10     IsIPv4Enabled, finished
parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- IsIPv4Enabled

	[00000D88] 2009-05-26 16:14:10     Successfully retrieved the
addresses from the registry.

	[00000D88] 2009-05-26 16:14:10 <--
PacketGetAddressesFromRegistry

	[00000D88] 2009-05-26 16:14:10 --> PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved needed storage for the call

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
retrieved addresses, scanning the list

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
internal loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
external loop

	[00000D88] 2009-05-26 16:14:10     PacketAddIP6Addresses,
finished parsing the addresses

	[00000D88] 2009-05-26 16:14:10 <-- PacketAddIP6Addresses

	[00000D88] 2009-05-26 16:14:10 --> PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketCloseAdapter

	[00000D88] 2009-05-26 16:14:10 <-- AddAdapter

	[00000D88] 2009-05-26 16:14:10 <-- PacketUpdateAdInfo

	[00000D88] 2009-05-26 16:14:10 --> PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Found AdInfo for adapter
\Device\NPF_{399C8748-DF5C-4698-81BA-369D0BF941B7}

	[00000D88] 2009-05-26 16:14:10 <-- PacketFindAdInfo

	[00000D88] 2009-05-26 16:14:10     Adapter found.

	[00000D88] 2009-05-26 16:14:10 <-- PacketGetNetInfoEx

	
________________________________


	From: Gianluca Varenni [mailto:gianluca.varenni at cacetech.com] 
	Sent: Thursday, May 28, 2009 8:35 PM
	To: Nurhat Uca; winpcap-bugs at winpcap.org
	Subject: Re: [Winpcap-bugs] Can not use winpcap on vista

	 

	Please file as bug report as explained at

	 

	http://www.winpcap.org/bugs.htm 

	 

	 

	Make sure to run windump in an elevated command prompt.

	 

	Have a nice day

	GV

	 

		----- Original Message ----- 

		From: Nurhat Uca <mailto:nurhat at airties.com>  

		To: Gianluca Varenni
<mailto:gianluca.varenni at cacetech.com>  ; winpcap-bugs at winpcap.org 

		Sent: Thursday, May 28, 2009 3:47 AM

		Subject: Re: [Winpcap-bugs] Can not use winpcap on vista

		 

		The application running on console, so i started command
prompt with administrator privileges. But, nothing changes..

		 

		Thanks

		 

		 

		
________________________________


		From: Gianluca Varenni
[mailto:gianluca.varenni at cacetech.com] 
		Sent: Wednesday, May 27, 2009 6:50 PM
		To: Nurhat Uca; winpcap-bugs at winpcap.org
		Subject: Re: [Winpcap-bugs] Can not use winpcap on vista

		 

		are you running your application with elevated
privileges i.e. right-clicking on the application and using "Run as
administrator"?

		 

		Have a nice day

		GV

			----- Original Message ----- 

			From: Nurhat Uca <mailto:nurhat at airties.com>  

			To: winpcap-bugs at winpcap.org 

			Sent: Tuesday, May 26, 2009 6:21 AM

			Subject: [Winpcap-bugs] Can not use winpcap on
vista

			 

			Hello,

			   I created a program for sending arp requests
from a pc. I used winpcap development package with libnet.

			Everything works on xp , but nothing works on
vista. I run windump on my vista, and attached log file.

			 

			Any help will be appreciated

			 

			Nurhat Uca

			
________________________________


			_______________________________________________
			Winpcap-bugs mailing list
			Winpcap-bugs at winpcap.org
	
https://www.winpcap.org/mailman/listinfo/winpcap-bugs

		
________________________________


		_______________________________________________
		Winpcap-bugs mailing list
		Winpcap-bugs at winpcap.org
		https://www.winpcap.org/mailman/listinfo/winpcap-bugs

	
________________________________


	_______________________________________________
	Winpcap-bugs mailing list
	Winpcap-bugs at winpcap.org
	https://www.winpcap.org/mailman/listinfo/winpcap-bugs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winpcap.org/pipermail/winpcap-bugs/attachments/20090529/c1c8c2cc/attachment-0001.htm 


More information about the Winpcap-bugs mailing list