On Fri, Mar 31, 2000 at 10:31:54AM -0600, Jeff Foster wrote:
>
>
>
> Attached is the diff file for packet-tcp.c with the code
> modified to use a sub-dissector lookup. The register routine
> creates the sub-dissector table and registers the sub-protocols
> that are in the current tcp implementation. The sub-dissector
> is registered under the 'tcp.port' protocol tree item.
>
> Jeff Foster
> jfoste@xxxxxxxxxxxx
>
> PS. I didn't check this in because I'm not sure what the current
> status of the sub-dissector issue is.
Well, registered sub-dissectors are something we need, so I say
we commit Guy's change to your initial patch (to bring your initial patch up
to date with the CVS repository), and then commit your packet-tcp.c
modifications. There's more work to be done to handle the different ways
dissectors are chained together, but your work makes great headway into the problem.
--gilbert