summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-01-22 15:17:57 +0100
committerMichael Mann <mmann78@netscape.net>2017-02-01 02:30:55 +0000
commitfcf2eb4230cce739f5f91ca105df074ac54aa35d (patch)
tree427a2de4cc3e5cf7f6a534d212da51219233b9d6 /epan
parentfe72fe0ca7a96f50d3bef353b7714cd0466c0747 (diff)
downloadwireshark-fcf2eb4230cce739f5f91ca105df074ac54aa35d.tar.gz
Openflow (v5): fix redundant redeclaration of ‘dissect_openflow_message_v5’ [-Wredundant-decls]
Change-Id: I6340f0b903af1371e69172b05650c49fc18b8890 Reviewed-on: https://code.wireshark.org/review/19888 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-openflow_v5.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-openflow_v5.c b/epan/dissectors/packet-openflow_v5.c
index 59b2d7905d..05cf505b53 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -5726,11 +5726,6 @@ dissect_openflow_table_status_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tr
dissect_openflow_table_desc_v5(tvb, pinfo, tree, offset, length);
}
-
-
-static int
-dissect_openflow_message_v5(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);
-
static void
dissect_openflow_requestforward_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, guint16 length _U_)
{