aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 142a3c0fe2..6f43608ef2 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -42,6 +42,10 @@
#include "packet-ieee8021ah.h"
#include "packet-vines.h"
+
+void proto_register_ethertype(void);
+void proto_reg_handoff_ethertype(void);
+
static dissector_table_t ethertype_dissector_table;
static dissector_handle_t data_handle;