Re: [Wireshark-dev] Build of packet-http2.c broken without HAVE_NGHTTP2

2021-11-27 Thread qiangxiong.huang via Wireshark-dev
Fixed in MR (https://gitlab.com/wireshark/wireshark/-/merge_requests/5243). -- Original -- From: "Developer support list for Wireshark"

Re: [Wireshark-dev] Is this the bug of wmem_tree_lookup32_array_le()?

2021-10-19 Thread qiangxiong.huang via Wireshark-dev
John Thacker, Thank you for your information. I may try to add xxx_insert64/lookup64(). -- Original -- From: "Developer support list for Wires

[Wireshark-dev] Is this the bug of wmem_tree_lookup32_array_le()?

2021-10-17 Thread qiangxiong.huang via Wireshark-dev
I investigate the issue https://gitlab.com/wireshark/wireshark/-/issues/17633, and find that the bug is caused by using wmem_tree_lookup32_array_le(). HTTP2 streaming mode reassembly need to store reassembly information indexed by http2 frame number (as the key), and look up the information tha