aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wreth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wreth.c')
-rw-r--r--epan/dissectors/packet-wreth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wreth.c b/epan/dissectors/packet-wreth.c
index 51d48b249e..246d1a2dcd 100644
--- a/epan/dissectors/packet-wreth.c
+++ b/epan/dissectors/packet-wreth.c
@@ -27,6 +27,9 @@
#define WRETH_PORT 0xAAAA
+void proto_register_wreth(void);
+void proto_reg_handoff_wreth(void);
+
static void dissect_wreth(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static gint WrethIdentPacket(tvbuff_t *tvb, guint8 Offset, packet_info * pInfo, proto_tree * pWrethTree);
static gint WrethConnectPacket(tvbuff_t *tvb, guint8 Offset, packet_info * pInfo, proto_tree * pWrethTree);