aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Lars Völker <lars.voelker@technica-engineering.de>2021-10-18 23:55:18 +0200
committerJaap Keuter <jaap.keuter@xs4all.nl>2021-10-19 14:38:57 +0000
commit95092e65824f4ad7f81557da40cfeb30d5ffc59f (patch)
tree1e01c4d8ef2ba58731d4d64db0a1e6378615e8c4
parent736a54a3ad6c23229a44f8a8506b57c5d5672538 (diff)
SOME/IP: WTLV type 5 complains about 6 bit length field (BUGFIX)
Closes #17666
-rw-r--r--epan/dissectors/packet-someip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-someip.c b/epan/dissectors/packet-someip.c
index 9e5b856195..91a3bcad49 100644
--- a/epan/dissectors/packet-someip.c
+++ b/epan/dissectors/packet-someip.c
@@ -2386,7 +2386,7 @@ dissect_someip_payload_add_wtlv_if_needed(tvbuff_t *tvb, packet_info *pinfo _U_,
switch (wiretype) {
case 5:
- return 6;
+ return 8;
case 6:
return 16;
case 7: