Wireshark-commits: [Wireshark-commits] master 8d23cdd: http2: add Header unescaped presentation
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Dec 2018 05:41:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d23cdd0fad953f8900da64a27eeea09a99fcf6a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8d23cdd by Joakim Karlsson (oakimk@xxxxxxxxx):

    http2: add Header unescaped presentation
    
    This will present the Header in unescaped format, without percent-coding.
    
    ex.
    &requester-plmn=%7B%22mcc%22%3A%22240%22%2C%20%22mnc%22%3A%2201%22%7D&
    
    to
    &requester-plmn={"mcc":"240", "mnc":"01"}&
    
    Change-Id: I44296bf564a9dd75bf172503a277d48f116d26fd
    Reviewed-on: https://code.wireshark.org/review/31119
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f1d8b22   erf: Add support for attribute and sensor Provenance tags
     add  8d23cdd   http2: add Header unescaped presentation


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