aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
authorBrian Sipos <brian.sipos@gmail.com>2021-05-10 23:50:41 -0400
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-29 08:51:13 +0000
commitabd0f1183f4dcc8d2fe6b3fb6750328fc3f6036c (patch)
tree56f52b25d9002149663a30312c7a74f0a1ab0c54 /epan/epan.c
parent4010502a8251ac21e829ecab8ccc1ae2a2b96219 (diff)
COSE dissector from dtn-wireshark project
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/epan.c b/epan/epan.c
index fb0ddc0c44..1b4f2aa2df 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -58,6 +58,7 @@
#include "stats_tree.h"
#include "secrets.h"
#include "funnel.h"
+#include "wscbor.h"
#include <dtd.h>
#ifdef HAVE_PLUGINS
@@ -303,6 +304,7 @@ epan_init(register_cb cb, gpointer client_data, gboolean load_plugins)
g_slist_foreach(epan_plugins, epan_plugin_register_all_tap_listeners, NULL);
packet_cache_proto_handles();
dfilter_init();
+ wscbor_init();
final_registration_all_protocols();
print_cache_field_handles();
expert_packet_init();