Ethereal-dev: Re: [ethereal-dev] [LEEDSNET] Error output & logginf whilst developing ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 24 Mar 2000 07:20:20 -0600
On Fri, Mar 24, 2000 at 02:03:50PM +0100, Florian Lohoff wrote:
> 
> Another one: Some kind of "Recursive" packet-dissect for all the "Tunneling"
> and or "Encapsulate" protocols like L2TP/GRE/PPTP etc to have a deeper
> look into the packets in the tunnel - Probably just like Follow-tcp-stream
> to save a dump of the encapsulated packets and reopen it seperatly.

What I'd like to do is give an option for these tunnelling protocols
to display their tunnelled data as Data, or to send the data through
the appropriate dissector. It's really just a matter of which function
they call and on which proto_tree* the parent dissector places the
child proto_tree*.

Flipping this option would require a reload of the file so that
the GtkCList info (packet summary) is updated, unless we can be
smart about it and update only what's necessary.

--gilbert