Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] tcp data

From: Yüce Sungur <Yuce.Sungur@xxxxxxxxxxxxx>
Date: Thu, 26 Oct 2006 17:29:53 +0300
But capture filter works as per packet , what I need to do is to check the tcp streams data,,
,,
Is it possible to do 'tcpsplit' within Wireshark real time ?

-----Original Message-----
From: wireshark-users-bounces@xxxxxxxxxxxxx [mailto:wireshark-users-bounces@xxxxxxxxxxxxx] On Behalf Of Jaap Keuter
Sent: Thursday, October 26, 2006 5:27 PM
To: Community support list for Wireshark
Subject: Re: [Wireshark-users] tcp data

Hi,

Maybe this works for you.
capture filter: tcp
display filter: frame[58] eq d4

Thanx,
Jaap

On Thu, 26 Oct 2006, [ISO-8859-1] Yce Sungur wrote:

> Hi,
>
> I am trying to capture  some tcp streams and check for the 5th  byte having the value of D4,,
>
> I captured with Wireshark and used tcpsplit  to create the tcp streams and used grep,,
>
> Is it possible to do it via Wireshark  without all the other programs,??
>