Wireshark-commits: [Wireshark-commits] master a5405e0: http2: Add additional header	decoding inform
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5405e03047d0819f4a81506c47d12de5c60a4d9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a5405e0 by Tatsuhiro Tsujikawa (tatsuhiro.t@xxxxxxxxx):
    http2: Add additional header decoding information
    
    This patch adds additional header decoding information, such as header
    encoding representation, including header table size update (HPACK
    draft-09, section 7).
    
    Previously when user clicks the decoded header info, it highlights
    wrong byte sequence in compressed pane.  This patch fixes this and now
    clicking header will highlight the byte sequence it was decoded from.
    
    Change-Id: I611a34edef31640c59a1f8bbc26db1c42eb16ce2
    Reviewed-on: https://code.wireshark.org/review/3407
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  61d522f   Indicate that Python is required to compile Wireshark.
    adds  a5405e0   http2: Add additional header decoding information
Summary of changes:
 epan/dissectors/packet-http2.c |  261 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 250 insertions(+), 11 deletions(-)