URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bded958afedc5ab0a1a01861d594fb8a84c62c59
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
bded958 by Daniel Kamil Kozar (dkk089@xxxxxxxxx):
LSD: Fix valid headers being marked as malformed
Due to a change in the meaning of wmem_strsplit's max_tokens argument, the
returned field_and_value[1] was always null, causing the dissector code to
mistakenly mark it as malformed.
Bug: 15971
Change-Id: Ifea9e3bf8ec6e18646fb83bc85661a143ce0126b
Reviewed-on: https://code.wireshark.org/review/33511
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit 92d0a67f4ea9ff454397ae423a9882c3b493e77b)
Reviewed-on: https://code.wireshark.org/review/34201
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b190a15 Qt: Fix indentation
add bded958 LSD: Fix valid headers being marked as malformed
Summary of changes:
epan/dissectors/packet-lsd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)