URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2f43f4cfa2aa4266ba5317b95c195b095f1c763
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e2f43f4 by Anders Broman (anders.broman@xxxxxxxxxxxx):
nghttp2: Assume we have a method header if we find <unknown>
In incomplete streams the http2 dissector fails to display the content of
a data packet following a header with unknown fields as
reassembly_info->data_initiated_in is not set.
Change-Id: I754bdc92049124bcc722a25f8cf791e36f8f523a
Reviewed-on: https://code.wireshark.org/review/37311
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8edf1cf packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keys
add e2f43f4 nghttp2: Assume we have a method header if we find <unknown>
Summary of changes:
epan/dissectors/packet-http2.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)