Signal PDU: Adding LIN PDUs to info col (Bugfix)

This patch activates the update of the info column for singnal pdus
coming in using the LIN path.
This commit is contained in:
Dr. Lars Völker 2021-08-14 16:42:56 +02:00 committed by Wireshark GitLab Utility
parent 514281f9a7
commit 0ace04ae7a
1 changed files with 1 additions and 1 deletions

View File

@ -1648,7 +1648,7 @@ dissect_spdu_message_lin(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, vo
return 0;
}
return dissect_spdu_payload(tvb, pinfo, tree, lin_mapping->message_id, FALSE);
return dissect_spdu_payload(tvb, pinfo, tree, lin_mapping->message_id, TRUE);
}
static int