summaryrefslogtreecommitdiff
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index d67d8bbbe2..4818c488e2 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -2119,6 +2119,7 @@ register_dissector_table(const char *name, const char *ui_name, const int proto,
&g_free );
break;
default:
+ g_error("The dissector table %s (%s) is registering an unsupported type - are you using a buggy plugin?", name, ui_name);
g_assert_not_reached();
}
sub_dissectors->dissector_handles = NULL;