URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92d0a67f4ea9ff454397ae423a9882c3b493e77b
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
92d0a67 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.
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>
Actions performed:
from 5e79558 TLS: fix crash on handshake reassembly with truncated captures
add 92d0a67 LSD: Fix valid headers being marked as malformed
Summary of changes:
epan/dissectors/packet-lsd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)