aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcapng_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pcapng_block.c')
-rw-r--r--epan/dissectors/packet-pcapng_block.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pcapng_block.c b/epan/dissectors/packet-pcapng_block.c
index d3a47cc3bb..98fabaf54d 100644
--- a/epan/dissectors/packet-pcapng_block.c
+++ b/epan/dissectors/packet-pcapng_block.c
@@ -26,6 +26,9 @@
#include <wiretap/wtap.h>
+void proto_register_pcapng_block(void);
+void proto_reg_handoff_pcapng_block(void);
+
static int proto_pcapng_block = -1;
static dissector_table_t pcapng_block_type_dissector_table;