aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-waveagent.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-waveagent.c')
-rw-r--r--epan/dissectors/packet-waveagent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-waveagent.c b/epan/dissectors/packet-waveagent.c
index bae56fd856..b89a46fe7b 100644
--- a/epan/dissectors/packet-waveagent.c
+++ b/epan/dissectors/packet-waveagent.c
@@ -43,6 +43,9 @@
#define WA_V2_PAYLOAD_OFFSET 40
#define WA_V3_PAYLOAD_OFFSET 44
+void proto_register_waveagent(void);
+void proto_reg_handoff_waveagent(void);
+
/* Initialize the protocol and registered fields */
static int proto_waveagent = -1;
static int hf_waveagent_controlword = -1;