CIP: fix no previous prototype for 'dissect_segment_network_production_inhibit_us...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 29 Jan 2016 19:09:37 +0000 (20:09 +0100)
committerMichael Mann <mmann78@netscape.net>
Sun, 31 Jan 2016 01:17:16 +0000 (01:17 +0000)
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>
epan/dissectors/packet-cip.c

index 4b33be21f9c5e8056bd1cadcef4c8745f3f53970..fdeade67a230500422dfed1653cfeed100535129 100644 (file)
@@ -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;