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 36c3933: Dissect HTTP/2 draft-13

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Jul 2014 06:18:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36c393321e460e1f8de9146c27d6eabe122c0769
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

36c3933 by Tatsuhiro Tsujikawa (tatsuhiro.t@xxxxxxxxx):

    Dissect HTTP/2 draft-13
    
    Summary of changes since draft-12:
    
    * Pad High and Pad Low wereare replaced with single Pad Length field.
    * Padding was removed from CONTINUATION frame.
    * ALTSVC and BLOCKED frames were removed.
    * Per-frame compression and its associated SETTINGS flag were removed.
    * HPACK Huffman code table and static header table were updated.
    
    Change-Id: I9c4f05f8cd937bfadbb1b912f2b9ffb31e9c18d5
    Reviewed-on: https://code.wireshark.org/review/2615
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  46b3dda   iscsi: automatically detect data segment digest
    adds  36c3933   Dissect HTTP/2 draft-13


Summary of changes:
 epan/dissectors/packet-http2.c |  148 ++++++++++++++++------------------------
 1 file changed, 57 insertions(+), 91 deletions(-)