Re: [WinPcap-users] WinPcap 3.1 beta pcap_findalldevs_ex() problem

2004-03-09 Thread Gianluca Varenni
Hi.

We have discovered and fixed a couple of bugs in the function that lists the
local adapters.
The patches will be present in WinPcap 3.1 final, which we plan to release
in a couple of weeks.

Have a nice day
GV


- Original Message - 
From: Jang Choe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 05, 2004 10:49 PM
Subject: [WinPcap-users] WinPcap 3.1 beta pcap_findalldevs_ex() problem


 I used the same code for winpcap3.1 alpha. It all compiles and builds
well.
 But when I run my program, i get this error:

 Error in pcap_findalldevs_ex: PacketGetAdapterNames: Attempt to release
 mutex not owned by caller.

 What does this error mean and how do I solve this? Thank you.



 ==
  This is the WinPcap users list. It is archived at
  http://www.mail-archive.com/[EMAIL PROTECTED]/

  To unsubscribe use
  mailto: [EMAIL PROTECTED]
 ==






==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


Re: [WinPcap-users] DLL problem

2004-03-09 Thread Gianluca Varenni



Did the hint provided by Vensal solve your 
problem?

Have a nice day
GV

  - Original Message - 
  From: 
  Dave Seidel 
  
  To: WinPcap-Users 
  Sent: Thursday, March 04, 2004 3:45 
  PM
  Subject: [WinPcap-users] DLL 
problem
  
  Our application 
  uses WinPcap 3.0. One of our users is reporting the error 
  message
  
  
  "The procedure entry point pcap_findalldevs could 
  not be located in the dynamic link library wpcap.dll"
  
  he also gets this 
  with windump. Now, I know that this usually means that he has an old 
  version of WinPcap on his machine. But I have had him uninstall and 
  reinstall WinPcap more than once, with reboots in between, and the problem is 
  still there. He us using WinXP.
  
  Any ideas? 
  We're stumped.
  
  - 
  Dave
  
  ---
  Dave Seidel, Founder
  Mindreef :: Web Service 
  Diagnostics
  http://www.mindreef.com
  


[WinPcap-users] Problem with sending packets...

2004-03-09 Thread nag talekar
Hi..

   I am trying to send raw IP packets since one month.
I am able to send ARP packet successfully also got the
ARP reply packets .

  But when i am trying to send the IP packets(ICMP) ,
it (return value) reports that packet sent successfuly
,
but i am not seeing any packet in the sniffer.Also i
am not getting any response.


 I think that packet is not sent properly. 
Have any body tried sending ip packets using winpcap..


  Please help me to solve this problem...
  Any suggestions or any information in this regard
will be great help for me


  Thanks a lot...



=
With Regards

Nagareshwar


Yahoo! India Insurance Special: Be informed on the best policies, services, tools and 
more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html


==
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==


[WinPcap-users] WinPcap3.0 and IEEE802.1Q priority field problems ...

2004-03-09 Thread Boris Sidoruk
I'm trying to filter and capture vlan packets according to IEEE802.1Q 
definition.
When the filter is set only to vlan, the interface capture all incoming 
tagged packets (whatever the vlan identifier and the value of the 
priority field.
When the filter is set to capture a specific vlan with a value of 1055 
for example with the following filtering syntax vlan 1055, the tagged 
packet is captured only if the priority field has a value of zero. For 
all other values ranging from 1 up to 7, the capture doesn't work.
Could anyone help to solve this problem?

--
   =
   Boris Sidoruk
ONERA-CERT
 DTIM/MIB
 2, avenue Edouard Belin
 BP 4025
  31055 TOULOUSE CEDEX
  mail : [EMAIL PROTECTED]
  tel : +33 (0)5-62-25-26-21 
  fax : +33 (0)5-62-25-25-93
  ==



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


RE: [WinPcap-users] I need help using the rpcap functionality with Ethereal

2004-03-09 Thread Fulvio Risso
Title: I need help using the rpcap functionality with Ethereal



Hi.
The problem is that these functions must not be used and are not exported 
by WinPcap.
Please use the pcap_open() instead.

 fulvio


  -Original Message-From: Palmer Thomas J Civ HQ 
  SSG/ENEM [mailto:[EMAIL PROTECTED]Sent: lunedì 8 marzo 
  2004 16.13To: [EMAIL PROTECTED]Subject: 
  RE: [WinPcap-users] I need help using the rpcap functionality with 
  Ethereal
  Hi,
  
  I get errors when trying to link against the lib 
  files in the 3.1 beta version of the developers pack. Was the developers pack 
  compiled with remote capability?
  
  
  error LNK2001: unresolved external symbol 
  _pcap_startcapture_remoteerror LNK2001: unresolved external symbol 
  _pcap_opensource_remoteThanks in 
  advance for your help.