aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:54:21 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 12:11:27 +0000
commitc8646fa310c7c9c5ba6bb0aeafe400a5656a323a (patch)
treebd6e074e6d0fde29e5bb7dd79d1abd50885531ba /epan/dissectors/packet-ecp-oui.c
parent940532efddce9803a13746e61963fb7a362570db (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Add static before function Change-Id: I0d6d2dc5715c15522190132bfdcb2da1245b9ef7 Reviewed-on: https://code.wireshark.org/review/3691 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ecp-oui.c')
-rw-r--r--epan/dissectors/packet-ecp-oui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ecp-oui.c b/epan/dissectors/packet-ecp-oui.c
index 8b640aa971..0ec00d6e93 100644
--- a/epan/dissectors/packet-ecp-oui.c
+++ b/epan/dissectors/packet-ecp-oui.c
@@ -280,7 +280,7 @@ dissect_vdp_org_specific_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *
}
/* Dissect End of VDP TLV (Mandatory) */
-gint32
+static gint32
dissect_vdp_end_of_vdpdu_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint32 offset)
{
guint16 tempLen;