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.
  
  
  


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

2004-02-25 Thread Gianluca Varenni
Title: I need help using the rpcap functionality with Ethereal



Hi.

Regarding your question about PPP/WAN support, I think that 
that Ethereal error message is somewhat misleading: winpcap 2.3 supported 
PPP/WAN but, due to the large number of user problems (blue screens), we 
disabled PPP support into winpcap 3.0.

We have enabled PPP support again in WinPcap 3.1beta (using a 
completely different technique), that has been released a couple of weeks ago. 
Note that PPP is NOT supported on NT4.

I suggest you to try this beta release.

Have a nice day
GV


  - Original Message - 
  From: 
  Palmer Thomas J Civ HQ SSG/ENEM 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, February 24, 2004 9:56 
  PM
  Subject: [WinPcap-users] I need help 
  using the rpcap functionality with Ethereal
  
  All, 
  I put the following string in the capture interface 
  for ethereal: 
  rpcap://10.2.3.4:2002/12345 
  A capture of my communications with the remote 
  rpcapd reveals that my PC sent the following 16 bytes of TCP data to the 
  remote daemon:
  0x00 0x08 0x00 0x00 0x00 0x00 0x00 0x08 0x00 0x00 
  0x00 0x00 0x00 0x00 0x00 0x00 
  The remote agent replies with 64 bytes of TCP data, 
  part of which is the following message: Authentication failed; NULL autentication not permitted. 
  Ethereal then gives me the following error 
  message: 
  The capture session could not be initiated 
  (Authentication failed; NULL autentication not permitted.). Please check that you have the proper interface 
  specified. 
  Note that the WinPcap 2.x version of the driver 
  Ethereal uses for packet capture on Windows 
  doesn't support capturing on PPP/WAN interfaces in Windows NT/2000/XP/2003 Server, and that the WinPcap 3.0 and later 
  versions don't support capturing on PPP/WAN 
  interfaces at all. 
  Anyone know what the problem is??