From 0ace04ae7ad5d647446e892adb9d928821127a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Lars=20V=C3=B6lker?= Date: Sat, 14 Aug 2021 16:42:56 +0200 Subject: [PATCH] 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. --- epan/dissectors/packet-signal-pdu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-signal-pdu.c b/epan/dissectors/packet-signal-pdu.c index 6a75fcf5d5..b2e8a458b8 100644 --- a/epan/dissectors/packet-signal-pdu.c +++ b/epan/dissectors/packet-signal-pdu.c @@ -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