aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-29 20:09:37 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-31 01:17:16 +0000
commit9769fd64a2535dbcabae22c052bfeac69e4e3c48 (patch)
tree68d3280bfd0a86352433ec3100b8efbd51c9d6a7 /epan/dissectors/packet-cip.c
parent18afa39e524495151d35a903434ac46b40bcf13b (diff)
CIP: fix no previous prototype for 'dissect_segment_network_production_inhibit_us' [-Wmissing-prototypes]
Change-Id: Ic23b26f87f38db0a40213ce7c954c8618dc966eb Reviewed-on: https://code.wireshark.org/review/13610 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-cip.c')
-rw-r--r--epan/dissectors/packet-cip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cip.c b/epan/dissectors/packet-cip.c
index 4b33be21f9..fdeade67a2 100644
--- a/epan/dissectors/packet-cip.c
+++ b/epan/dissectors/packet-cip.c
@@ -3609,7 +3609,7 @@ static int dissect_segment_network_extended(tvbuff_t *tvb, int offset, int pathp
return data_words * 2 + 2;
}
-int dissect_segment_network_production_inhibit_us(tvbuff_t *tvb, int offset, int pathpos, gboolean generate, proto_tree *net_tree)
+static int dissect_segment_network_production_inhibit_us(tvbuff_t *tvb, int offset, int pathpos, gboolean generate, proto_tree *net_tree)
{
int data_words;
guint32 inhibit_time;