Wireshark-commits: [Wireshark-commits] master-2.4 db07780: HTTP: fix in desegmentation of HEAD requ

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jun 2018 22:01:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db0778017039fcb38980bb956fe02ad09583a256
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

db07780 by Erika Szelleova (szelleerika@xxxxxxxxx):

    HTTP: fix in desegmentation of HEAD requests and responses
    
    Previously HTTP message bodies following a HEAD request in the same conversation
    were not desegmented, resulting in spurious "Continuation" messages and failure
    to reassemble HTTP bodies. Fix this by properly taking the current HTTP message
    type (request or response) into account.
    
    Bug: 14793
    Change-Id: I1ffb052468cf414b73243447138466aca47db3e6
    Reviewed-on: https://code.wireshark.org/review/28312
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 69fc3d8f3a9cdf3cb82b897107da52abda2930d3)
    Reviewed-on: https://code.wireshark.org/review/28357
    

Actions performed:

    from  b144612   dot11crypt: add bounds check for TDLS elements
    adds  db07780   HTTP: fix in desegmentation of HEAD requests and responses


Summary of changes:
 epan/dissectors/packet-http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)