URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8087bcbf6dcec40d9fdd510fcd08196bd1e54109
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8087bcb by Jaap Keuter (jaap.keuter@xxxxxxxxx):
HTTP2: fix build without nghttp2
http2_get_data_reassembly_mode is not used when nghttp2 is not found.
Put compile guards around it to stop the compiler from complaining about
an unused function.
Change-Id: I5f1fa094d0968d3a877127058adc1024c5013fea
Reviewed-on: https://code.wireshark.org/review/34939
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8541d68 Wi-Fi NAN: initialize ieee80211_tagged_field_data_t structure
add 8087bcb HTTP2: fix build without nghttp2
Summary of changes:
epan/dissectors/packet-http2.c | 2 ++
1 file changed, 2 insertions(+)