aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bpv6.c')
-rw-r--r--epan/dissectors/packet-bpv6.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bpv6.c b/epan/dissectors/packet-bpv6.c
index 45140f519e..a4e0f31cfd 100644
--- a/epan/dissectors/packet-bpv6.c
+++ b/epan/dissectors/packet-bpv6.c
@@ -47,6 +47,9 @@
#include "packet-bpv6.h"
#include "packet-cfdp.h"
+void proto_register_bpv6(void);
+void proto_reg_handoff_bpv6(void);
+
static int dissect_admin_record(proto_tree *primary_tree, tvbuff_t *tvb, packet_info *pinfo,
int offset, int payload_length, gboolean* success);