per gilbert:
> > >
> > > I'd like to modify the plugin API to use dissector tables and get rid
of the
> > > display-filter-based plugin API.
> >
> > What does it mean / imply ?
>
> What I mean is to use this method of registering a plugin:
>
> old_dissector_add("tcp.port", TCP_PORT_GRYPHON, dissect_gryphon);
>
> instead of:
>
> DLLEXPORT const gchar filter_string[] = "tcp.port == 7000";
>
> Of course, this will require some sort of GUI to configure.
Do you plan to support to the heuristic base dissectors?
I would like to see a long term goal of making all dissectors dynamically
loadable, kind of the apache modules point of view. I don't know if this
fits into your plans, just something to think about.
Jeff Foster
jfoste@xxxxxxxxxxxx