aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:58:22 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 12:21:30 +0000
commit005a49453b24afd50978dc39bb0e11040d025444 (patch)
treec00279d1b876f37589955552b5395f3584415e99 /epan/dissectors/packet-lldp.c
parentde275db2cce9c1924d6f4f6d286b6cb97317987f (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Add static before function Change-Id: Ia34e4786d6181c7849094dd0c27445b29dd89f10 Reviewed-on: https://code.wireshark.org/review/3695 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index be87323c86..1aaf1868d3 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -1291,7 +1291,7 @@ dissect_lldp_time_to_live(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, g
}
/* Dissect End of LLDPDU TLV (Mandatory) */
-gint32
+static gint32
dissect_lldp_end_of_lldpdu(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint32 offset)
{
guint16 dataLen;