URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a7e5c9e2800f0e235aa49cc255f3546ec1bec69
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1a7e5c9 by Evan Huus (eapache@xxxxxxxxx):
tvb_reported_length_remaining() returns gint
not size_t, which was giving 64/32 conversion errors on some platforms
Change-Id: Idf81dc98f8921a92840731d742d6e46a40e1387f
Reviewed-on: https://code.wireshark.org/review/1405
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 0cfd4eb Add support for DCBX cee/cin protocol
adds 1a7e5c9 tvb_reported_length_remaining() returns gint
Summary of changes:
epan/dissectors/packet-http2.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)