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
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