How about a way in tethereal to choose a given
protocol?
I think my syntax may be wrong. I have
several GIOP plugins that I have built, but
want to only display a given kind, named plugin1.
Do a specify "proto giop-plugin1"? How do I choose
a given giop plugin?
Thanks,
anjela
-----Original Message-----
From: Guy Harris [mailto:gharris@xxxxxxxxx]
Sent: Friday, August 30, 2002 4:50 PM
To: Patnaik, Anjela
Cc: ethereal-dev@xxxxxxxxxxxx
Subject: Re: [Ethereal-dev] tethereal question
On Fri, Aug 30, 2002 at 03:55:04PM -0400, Patnaik, Anjela wrote:
> Is there a way to start off tethereal and
> capture packets that use my GIOP plugin for
> corba dissection and display only the portion
> that includes the dissected data?
No. Tethereal, when it's dissecting and printing packets (rather than
saving them to a file), displays the protocol tree in a format that
opens up all levels of the protocol tree.
> Also, it dumped a lot of overhead data as well for
> each frame. I want to exclude all the overhead data
> per frame, and just dump the dissected data.
That's the same issue - there's no way to tell Tethereal only to open up
some levels of the protocol tree (and there's no way to tell Tethereal
*or* Ethereal only to display certain levels of the protocol tree).