Ask Your Question

byteit101's profile - activity

2020-04-23 21:22:48 +0000 marked best answer proto_tree_add_format_text in plugins

I was experimenting with creating a new plugin, and wanted to start off by making a few modifications to a copy of the http dissector. However, it seems to use proto_tree_add_format_text, which is not exported for plugins. Is there a simple replacement for this method? Or a workaround that doesn't get too invasive? I have no idea what the 3 invocations are used for, and reverting them to be proto_tree_add_text calls, and then attempting to call the perl upgrade script doesn't change anything.

2020-04-23 21:22:48 +0000 received badge  Scholar (source)
2020-04-23 17:41:43 +0000 asked a question proto_tree_add_format_text in plugins

proto_tree_add_format_text in plugins I was experimenting with creating a new plugin, and wanted to start off by making