aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-15 19:50:27 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-18 10:27:02 +0000
commit403c75120f5f5c1c7f2d5eab0518eb6d3bebefd6 (patch)
tree803d47af8b7e1aa17c583f8a05cf1dbd5210703c /epan/dissectors/packet-ecp-oui.c
parentfb39f102b9224442e71a7659db406b5648cfc253 (diff)
ecp oui: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I434da2eef73a84f91be3adb9120006908b0c7a4f Reviewed-on: https://code.wireshark.org/review/14984 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 31309a551a..6fcaf9418d 100644
--- a/epan/dissectors/packet-ecp-oui.c
+++ b/epan/dissectors/packet-ecp-oui.c
@@ -186,7 +186,7 @@ dissect_vdp_fi_macvid(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, g
/* Dissect Organizationally Defined TLVs */
static gint32
-dissect_vdp_org_specific_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint32 offset)
+dissect_vdp_org_specific_tlv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset)
{
guint16 tempLen;
guint16 len;