aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-trill.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-trill.c')
-rw-r--r--epan/dissectors/packet-trill.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-trill.c b/epan/dissectors/packet-trill.c
index d3134a5bd3..807ce1f583 100644
--- a/epan/dissectors/packet-trill.c
+++ b/epan/dissectors/packet-trill.c
@@ -33,6 +33,9 @@
#include <epan/packet.h>
#include <epan/etypes.h>
+void proto_register_trill(void);
+void proto_reg_handoff_trill(void);
+
static int proto_trill = -1 ;
static gint ett_trill = -1 ;