[WinPcap-users] disappearing wpcap dll

2005-05-06 Thread Alex Narinsky
Hello, We are using a silent installer for winpcap. On several computers we found that during exploitation wpcap.dll disappeared. As far as I know nobody removed this dll manually. Is it possible that another application removed this dll? Thank you Alex -Original Message- From: Loris

RE: [WinPcap-users] determionation of the packet protocol

2005-03-31 Thread Alex Narinsky
Thank you I checked the protocol field in the ip header. It is 6 for TCP packets and 17 for UDP. Are there any definitions for these values for the protocol field? -Original Message- From: Flamur Rogova [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 6:14 AM To:

[WinPcap-users] determionation of the packet protocol

2005-03-30 Thread Alex Narinsky
Hi, I have a filter that catches both UDP and TCP packets. How can I determine after pcap_next_ex whether the caught packet was from UDP or TCP connection? Thank you Alex -Original Message- From: Flamur Rogova [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 11:36 PM To:

[WinPcap-users] How to distinguish the IPSEC interface?

2005-01-06 Thread Alex Narinsky
Hello, After I defined the list of interfaces I need to exclude the IPSEC interface from the list. How can I find out whether this interface is IPSEC or not? Thanks Alex == This is the WinPcap users list. It is archived at

[WinPcap-users] windump -D results in error

2004-12-21 Thread Alex Narinsky
Hello, For some reason windump -D is not working on my computer. I am getting: windump: PacketGetAdapterNames: Cannot create a file when that file already exists. What can be the reason? Thanks == This is the WinPcap users

RE: [WinPcap-users] unhandled exception while using compiler optimization in VC 7.1

2004-11-24 Thread Alex Narinsky
GV - Original Message - From: Alex Narinsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 28, 2004 8:56 PM Subject: [WinPcap-users] unhandled exception while using compiler optimization in VC 7.1 My project that uses winpcap works fine if I do not specify optimization

RE: [WinPcap-users] crash

2004-11-18 Thread Alex Narinsky
For some reason I could not use this method either when I had an open TCP connection. So I do this now in the very beginning of my program. Regards, Alex -Original Message- From: Lars Larsen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 10:40 AM To: [EMAIL PROTECTED]

[WinPcap-users] missing packets at high speed

2004-11-02 Thread Alex Narinsky
I run winpcap application that starts missing packets at high speed, for example more than 100 requests/sec to a service. Is it possible to increase the speed of capturing? Thank you Alex == This is the WinPcap users list. It

[WinPcap-users] installer, silent installer

2004-09-14 Thread Alex Narinsky
1. Do installer and silent installer always put program into C drive? 2. In some situations the silent installer reboots the Windows XP computer. How to avoid these situations? Thank you Alex == This is the WinPcap users

RE: [WinPcap-users] installer, silent installer

2004-09-14 Thread Alex Narinsky
] Subject: RE: [WinPcap-users] installer, silent installer :-Original Message- :From: Alex Narinsky [mailto:[EMAIL PROTECTED] :Sent: Wednesday, 15 September 2004 5:38 AM :To: [EMAIL PROTECTED] :Subject: [WinPcap-users] installer, silent installer : : :1. Do installer and silent installer

RE: [WinPcap-users] Changing filter condition dynamically works fine on Windows but fails on LINUX

2004-07-23 Thread Alex Narinsky
I switched to the pcap newer version on LINUX. This helped and now I do not see any problems while changing the filter condition dynamically -Original Message- From: Loris Degioanni [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: Re:

RE: [WinPcap-users] Changing filter condition dynamically works fine on Windows but fails on LINUX

2004-07-20 Thread Alex Narinsky
Loris, Thank you. Are there any tests that will help me to identify the problem? -Original Message- From: Loris Degioanni [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 12:21 PM To: [EMAIL PROTECTED] Subject: Re: [WinPcap-users] Changing filter condition dynamically works fine on

[WinPcap-users] Changing filter condition dynamically works fine on Windows but fails on LINUX

2004-07-19 Thread Alex Narinsky
I need to change the filter condition dynamically. So I have another thread that changes filter expression. This code works fine on Windows changing the filter condition. On LINUX if I change a filter condition no packages come anymore through pcap_next. Will it help to use pcap_loop instead

[WinPcap-users] sending packet by WinPcap vs. TCP or UDP

2004-06-21 Thread Alex Narinsky
WinPcap has methods pcap_sendpacket and pcap_sendqueue_transmit. How efficient are these methods as compare to sending packets to a remote server by TCP/IP or UDP? I am interested in reliability and speed. Thank you very much. Alex

[WinPcap-users] combining winpcap and STL together with a GNU compiler

2004-05-05 Thread Alex Narinsky
? Andrea Gianluca Varenni wrote: - Original Message - From: Alex Narinsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 03, 2004 11:01 PM Subject: [WinPcap-users] GNUMake is not working for 3.1 The directories inside examples contain the workspace file for VC++ and GNUMake

[WinPcap-users] cannot run pcap on Windows XP with Microsoft Visual C++ .NET

2004-04-27 Thread Alex Narinsky
? Thank you Alex Narinsky == This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==

RE: [SPAM] Re: [WinPcap-users] cannot run pcap on Windows XP with Microsoft Visual C++ .NET

2004-04-27 Thread Alex Narinsky
is in fact generated by the Common Language Runtime (CLR) while loading some type (pcap, in this case) from an unknown assembly or module. Have a nice day GV - Original Message - From: Alex Narinsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 4:53 PM Subject

RE: [SPAM] Re: [SPAM] Re: [WinPcap-users] Can I specify a range of ports for windump

2004-04-23 Thread Alex Narinsky
Hi Guy, Thank you for your recommendations. I turned off optimization, and windump is working for this port range condition. Regards, Alex Narinsky -Original Message- From: Guy Harris [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 3:38 PM To: Alex Narinsky Cc: 'Leonid

[WinPcap-users] Can I specify a range of ports for windump

2004-04-21 Thread Alex Narinsky
a simple condition works, such as tcpdump tcp[0:2] = 8192. Can I specify a range of ports for windump? If it is impossible from a command line maybe some code modifications in winpcap can help? Thanks Alex Narinsky

RE: [SPAM] Re: [WinPcap-users] Can I specify a range of ports for windump

2004-04-21 Thread Alex Narinsky
your IE that works on port 80 Alex Narinsky -Original Message- From: Guy Harris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 2:59 PM To: [EMAIL PROTECTED] Subject: [SPAM] Re: [WinPcap-users] Can I specify a range of ports for windump On Apr 21, 2004, at 11:35 AM, Alex