aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api_decls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-16 23:17:13 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-16 23:17:13 +0000
commitd209115ba38e1f5082ecdf702782da0f09a727d2 (patch)
tree16229621c009c052580c6152892a945af94e5bba /plugins/Xplugin_api_decls.h
parenta0146ed5bedbbee168eb8f0fc226cd56fa1dbd92 (diff)
Add a "report_failure()" routine to allow dissectors to report arbitrary
errors to the user. Use that, rather than "g_warning()", in the Diameter dissector to report errors reading the dictionary. Make the format argument to "simple_dialog()" a "const" pointer. Fix up the read-error message in Tethereal to end with a newline. If a simple dialog is requested before the main window or the capture-control window is popped up, queue it up and pop the queued messages up once the main or capture-control window is displayed. svn path=/trunk/; revision=10616
Diffstat (limited to 'plugins/Xplugin_api_decls.h')
-rw-r--r--plugins/Xplugin_api_decls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Xplugin_api_decls.h b/plugins/Xplugin_api_decls.h
index 7473bfc15c..b684430a83 100644
--- a/plugins/Xplugin_api_decls.h
+++ b/plugins/Xplugin_api_decls.h
@@ -273,3 +273,4 @@ addr_proto_tree_get_parent p_proto_tree_get_parent;
addr_proto_item_get_parent p_proto_item_get_parent;
addr_proto_item_get_parent_nth p_proto_item_get_parent_nth;
addr_get_ber_last_created_item p_get_ber_last_created_item;
+addr_report_failure p_report_failure;