aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 8643a3cda4..f9433f9c17 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -46,6 +46,7 @@
#include "column-utils.h"
#include "to_str.h"
#include "expert.h"
+#include "show_exception.h"
#include "wspython/wspy_register.h"
@@ -370,6 +371,9 @@ proto_init(void (register_all_protocols_func)(register_cb cb, gpointer client_da
are merely strings on the GUI tree; they are not filterable */
proto_register_field_array(-1, hf, array_length(hf));
+ /* Register the pseudo-protocols used for exceptions. */
+ register_show_exception();
+
/* Have each built-in dissector register its protocols, fields,
dissector tables, and dissectors to be called through a
handle, and do whatever one-time initialization it needs to