Wireshark-commits: [Wireshark-commits] master-1.12 8fd529f: Fix IMF Dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Apr 2015 14:47:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fd529ff5a2db18deb92eb3f702334873e00b8c0
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8fd529f by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Fix IMF Dissector
    
    The IMF dissector doesn't properly handle the extra CRLF between
    the headers and the body, leaving it as part of the last header,
    and then fails to obtain the body contents due to incorrectly
    specifying the length of the remaining data.
    
    Reviewed-on: https://code.wireshark.org/review/7884
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 23f0e16d0598d70eb9a2492394fabd5370bf9175)
    Change-Id: I8a1dfebd90e4cd5249f2244e9374a8e9ed3a25da
    Reviewed-on: https://code.wireshark.org/review/7891
    

Actions performed:

    from  a64a489   802.11: EAPOL 4-way handshake information wrong
    adds  8fd529f   Fix IMF Dissector


Summary of changes:
 epan/dissectors/packet-imf.c |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)