[Ethereal-dev] Adding more functions to plugin API

2003-12-03 Thread Charlie Duke
Hello, I am requesting that these two functions be added to the plugin api: void register_heur_dissector_list(const char *name, heur_dissector_list_t *list); gboolean dissector_try_heuristic(heur_dissector_list_t sub_dissectors, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); Att

Re: [Ethereal-dev] Adding more functions to plugin API

2003-12-03 Thread Guy Harris
On Oct 31, 2003, at 11:41 AM, Charlie Duke wrote: Attached is the diff output for ethereal/plugins/plugin_api_list.c from 0.9.15 distribution. Checked in (but with the new functions at the very end, so they're appended to the list rather than being added in the middle and changing the offsets of