aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso15765.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-08-06 19:52:00 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-08-06 17:53:18 +0000
commit77c41eba6f028bbb89bcffb4c54919153850369d (patch)
tree90d538f09c5b7b41e3b1a64ba4056f1951cf36a2 /epan/dissectors/packet-iso15765.c
parent6e3ebccf22441c9f226fed77bd0c2d5418c3bbfc (diff)
ios15765: tree is used, remove the _U_
Change-Id: Id7fb231fe820308641c09add22dde131757b9e92 Reviewed-on: https://code.wireshark.org/review/16929 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-iso15765.c')
-rw-r--r--epan/dissectors/packet-iso15765.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iso15765.c b/epan/dissectors/packet-iso15765.c
index 991023d3ac..41c114e06a 100644
--- a/epan/dissectors/packet-iso15765.c
+++ b/epan/dissectors/packet-iso15765.c
@@ -178,7 +178,7 @@ masked_guint8_value(const guint8 value, const guint8 mask)
}
static int
-dissect_iso15765(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, void* data)
+dissect_iso15765(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
static guint32 msg_seqid = 0;