URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=218b8c9ad935ac701ed3aec807283478a529c688
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
218b8c9 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
HTTP2 enhance display when priority flag is set
* Add bitmask and fix length for exclusive flag
* Add missing bitmask for stream dependency
* Add fielder with calcultated weight value (weight+1, see spec for more information)
Change-Id: I7a6e97be068a80caa7355f593d9497c431c681ed
Reviewed-on: https://code.wireshark.org/review/1625
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3157bf6 isprint() -> g_ascii_isprint()
adds 218b8c9 HTTP2 enhance display when priority flag is set * Add bitmask and fix length for exclusive flag * Add missing bitmask for stream dependency * Add fielder with calcultated weight value (weight+1, see spec for more information)
Summary of changes:
epan/dissectors/packet-http2.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)