Wireshark-dev: Re: [Wireshark-dev] maybe a little error in web page
From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 13 May 2010 21:05:01 +0200
Hi,

I think you're right. Corrected the Wiki page accordingly.

Thanks,
Jaap


On 05/13/2010 08:37 AM, 刘延君 wrote:
> Hello:
> 
> In this page,I found a example,mybe have problem.
> 
> http://wiki.wireshark.org/CaptureFilters
> 
> (tcp[2:2] > 1500 and tcp[2:2] < 1550) or (tcp[4:2] > 1500 and tcp[4:2] < 
> 1550)
> 
> It should be
> 
> (tcp[0:2] > 1500 and tcp[0:2] < 1550) or (tcp[2:2] > 1500 and tcp[2:2] < 
> 1550)
> 
> I am just a beginner,Wireshark is an excellent shark!
> 
>