<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Oh! you're right. I've not noticed it. <BR>
&nbsp;<BR>
Thanks.<BR><BR>&gt; From: guy@alum.mit.edu<BR>&gt; To: winpcap-users@winpcap.org<BR>&gt; Subject: Re: [Winpcap-users] More about filtering expression syntax<BR>&gt; Date: Wed, 5 Nov 2008 17:30:56 -0800<BR>&gt; <BR>&gt; <BR>&gt; On Nov 5, 2008, at 1:59 AM, Ziara . wrote:<BR>&gt; <BR>&gt; &gt; but I've tried with = "src host zzz.zzz.zzz.zzz and src host <BR>&gt; &gt; yyy.yyy.yyy.yyy" and is a invalid expression.<BR>&gt; <BR>&gt; To be precise, the error is "expression rejects all packets", i.e. <BR>&gt; that expression cannot ever match any packet, as it checks whether the <BR>&gt; IPv4 source address of the packet is zzz.zzz.zzz.zzz *and* is, at the <BR>&gt; same time, yyy.yyy.yyy.yyy, which is impossible if zzz.zzz.zzz.zzz and <BR>&gt; yyy.yyy.yyy.yyy aren't the same.<BR>&gt; <BR>&gt; A libpcap/WinPcap filter expression "A and B" matches the packet only <BR>&gt; if A and B are simultaneously true.<BR>&gt; <BR>&gt; &gt; Are there some way to filter multiple source ip or destination ip or <BR>&gt; &gt; both?<BR>&gt; <BR>&gt; The magic word here is "or", i.e.<BR>&gt; <BR>&gt; src host zzz.zzz.zzz.zzz or src host yyy.yyy.yyy.yyy<BR>&gt; <BR>&gt; matches any packet where the IPv4 source address is zzz.zzz.zzz.zzz <BR>&gt; *or* is yyy.yyy.yyy.yyy.<BR>&gt; _______________________________________________<BR>&gt; Winpcap-users mailing list<BR>&gt; Winpcap-users@winpcap.org<BR>&gt; https://www.winpcap.org/mailman/listinfo/winpcap-users<BR><BR><br /><hr />Descubre durante 3 meses gratis la protección total de <a href='http://www.vivelive.com/onecare/' target='_new'>One Care</a></body>
</html>