Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d67e20a: http: preserve desegmentation functionality

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Sep 2015 13:32:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d67e20a93383889ee8e0436758d26b7e98d8a200
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d67e20a by Peter Wu (peter@xxxxxxxxxxxxx):

    http: preserve desegmentation functionality for http2
    
    When the HTTP dissector passes data to a subdissector, it should also
    propagate the desegmentation ability. Otherwise subdissectors (such as
    HTTP2) will not be able to handle large DATA frames.
    
    Reported by Alexis, verified with his capture.
    
    Change-Id: I831a78e8d1ad08536e3d0d870012e427ce289b1b
    Reviewed-on: https://code.wireshark.org/review/10544
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a825476   NFS: add a missing return when the IO hints bitmap is too large
    adds  d67e20a   http: preserve desegmentation functionality for http2


Summary of changes:
 epan/dissectors/packet-http.c |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)