aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-11-20 10:37:41 +0100
committerMichael Mann <mmann78@netscape.net>2016-11-20 17:19:16 +0000
commit390674f309eb84215281b1b97254fc4936554a18 (patch)
treea9100b80ee47826e4ab25b437117cdd5092d18c5 /epan
parent95325a2e399d86b67a04f13dccbcdfdabe192087 (diff)
uds: Fix conflict for hf fields
'uds.tp.suppress_reply' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8 Change-Id: I8f6035c79c7b6481dd2915cfcfc99963fef7fc23 Reviewed-on: https://code.wireshark.org/review/18884 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-uds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-uds.c b/epan/dissectors/packet-uds.c
index dd62ef1072..2da479e5e2 100644
--- a/epan/dissectors/packet-uds.c
+++ b/epan/dissectors/packet-uds.c
@@ -1013,7 +1013,7 @@ proto_register_uds(void)
{
&hf_uds_tp_suppress_pos_rsp_msg_indification,
{
- "Suppress reply", "uds.tp.suppress_reply",
+ "Suppress reply", "uds.tp.suppress_reply.indification",
FT_BOOLEAN, 8,
NULL, UDS_TP_SUPPRESS_POS_RSP_MSG_INDIFICATION_MASK,
NULL, HFILL