aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bofl.c')
-rw-r--r--epan/dissectors/packet-bofl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bofl.c b/epan/dissectors/packet-bofl.c
index ce4e4ca99a..d6332abcd4 100644
--- a/epan/dissectors/packet-bofl.c
+++ b/epan/dissectors/packet-bofl.c
@@ -49,6 +49,9 @@
#define ETHER_TYPE_BOFL 0x8102
#define BOFL_MIN_LEN 8
+void proto_register_bofl(void);
+void proto_reg_handoff_bofl(void);
+
/* Initialize the protocol and registered fields */
static int proto_bofl = -1;
static int hf_bofl_pdu = -1;