Re: [WinPcap-users] does winpcap work with adapter with multiple IP addresses?

2004-04-21 Thread Jinhai Yang
--- Gisle Vanem [EMAIL PROTECTED] wrote: (please don't start a new thread by replying to a previous unrelated posting. It messes up threaded email clients and the web-mail archive). sorry about this. Next time I will be more careful. Jinhai Yang said: I'm looking at set up proper

Re: [WinPcap-users] WinPcap NMap

2004-04-21 Thread Gianluca Varenni
- Original Message - From: Gisle Vanem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 19, 2004 9:51 PM Subject: Re: [WinPcap-users] WinPcap NMap Alan S. Jones [EMAIL PROTECTED] said: I have been watching some of the WinPcap 3.1 beta development along with NMap

Re: [WinPcap-users] does winpcap work with adapter with multiple IP addresses?

2004-04-21 Thread Gisle Vanem
(please don't start a new thread by replying to a previous unrelated posting. It messes up threaded email clients and the web-mail archive). Jinhai Yang said: I'm looking at set up proper filter rules for an adapter with two IP addresses. My question is: Does winpcap work with adapter with

Re: [WinPcap-users] does winpcap work with adapter with multiple IP addresses?

2004-04-21 Thread Guy Harris
On Apr 19, 2004, at 1:46 PM, Jinhai Yang wrote: I'm looking at set up proper filter rules for an adapter with two IP addresses. My question is: Does winpcap work with adapter with multiple IP addresses? (This is actually a generic libpcap issue, so my answer applies on UN*X as well as Windows.)

[WinPcap-users] does kernel-dump work?

2004-04-21 Thread fedmen
Hi all. I have a simple question to ask. Does kernel-dump work? I'm using packet.dll only. I've tried both 3.0 alfa, 3.1 beta. packet_set_mode() returns false. Thanks. Andrew Fedyashov == This is the WinPcap users list. It is

Re: [WinPcap-users] does winpcap work with adapter with multiple IP addresses?

2004-04-21 Thread Gianluca Varenni
Hi. Why don't you use pcap_findalldevs() or pcap_findalldevs_ex()? It returns a list of adapters (i.e. pcap_if structures), each one containing a list of the IPv4 and IPv6 addresses associated to each adapter. In particular, there's a example in the developer's pack (iflist) showing how to

Re: [WinPcap-users] does kernel-dump work?

2004-04-21 Thread Loris Degioanni
No, sorry: it's still disabled. Nobody's had the time to work on it until now. Loris Hi all. I have a simple question to ask. Does kernel-dump work? I'm using packet.dll only. I've tried both 3.0 alfa, 3.1 beta. packet_set_mode() returns false. Thanks. Andrew Fedyashov

Fw: [WinPcap-users] does winpcap work with adapter with multiple IP addresses?

2004-04-21 Thread Gianluca Varenni
- Original Message - From: Gianluca Varenni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 9:10 AM Subject: Re: [WinPcap-users] does winpcap work with adapter with multiple IP addresses? Hi. Why don't you use pcap_findalldevs() or pcap_findalldevs_ex()? It

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

2004-04-21 Thread Alex Narinsky
Hello, I am trying to specify a range of ports for windump. On LINUX it is possible with the following expression: tcpdump tcp[0:2] = 8192 and tcp[0:2] = 8294 (from http://www.firetower.com/forum/tcpdump.html) However, windump does not allow any packet with this kind of expression. Only a

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

2004-04-21 Thread Guy Harris
On Apr 21, 2004, at 11:35 AM, Alex Narinsky wrote: I am trying to specify a range of ports for windump. On LINUX it is possible with the following expression: tcpdump tcp[0:2] = 8192 and tcp[0:2] = 8294 (from http://www.firetower.com/forum/tcpdump.html) However, windump does not allow any

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

2004-04-21 Thread Alex Narinsky
Thank you for response. When I specify any range of ports with this type of expression windump tcp[0:2]=79 and tcp[0:2]=81 I do not receive any windump messages on the screen. However, windump tcp[0:2]=79 works and windump tcp[0:2]=81 works too if you use winpcap 3.1. You can check it using

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

2004-04-21 Thread Guy Harris
On Apr 21, 2004, at 12:40 PM, Alex Narinsky wrote: Thank you for response. When I specify any range of ports with this type of expression windump tcp[0:2]=79 and tcp[0:2]=81 I do not receive any windump messages on the screen. What does windump -d tcp[0:2]=79 and tcp[0:2]=81 print, and what