aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.src
diff options
context:
space:
mode:
authorHuang Qiangxiong <qiangxiong.huang@qq.com>2017-10-19 16:07:17 +0000
committerPeter Wu <peter@lekensteyn.nl>2019-11-03 16:43:39 +0000
commit0b0bbb8060749c1d400a20effd53decfa3a258a9 (patch)
tree5a264398d610559c6a4c464c1387ff02a71855d9 /AUTHORS.src
parentaccd563aaf3f26ea20f30397515fbeb6d818d2f0 (diff)
HTTP2/gRPC: Support streaming mode reassembly
If working in streaming RPC mode, many grpc messages will be contained in one http2 stream, the stream will end very late (for example ETCD watch stream). So we could not rely on old http2 reassembly mode which call sub-dissector only END_STREAM appeared. We need a reassembly mode that call subdissector which support streaming mode as soon as the message in STREAM is available. Please refer to comments of reassemble_http2_data_according_to_subdissector() function of epan/dissectors/packet-http2.c for more detail. See the linked bug for streaming mode gRPC capture files. Ping-Bug: 16160 Change-Id: Id9e5337a0e3ca9f8c8119d74d2c1fe4cc263afc3 Reviewed-on: https://code.wireshark.org/review/23988 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'AUTHORS.src')
-rw-r--r--AUTHORS.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS.src b/AUTHORS.src
index 3eb9fc74ff..908660e4b2 100644
--- a/AUTHORS.src
+++ b/AUTHORS.src
@@ -3720,6 +3720,12 @@ Connor Newton <c.newton[AT]samsung.com> {
Wi-Fi Alliance Neighbor Awareness Networking (NAN) dissector
}
+Huang Qiangxiong <qiangxiong.huang[AT]qq.com> {
+ Protobuf dissector
+ gRPC dissector
+ HTTP2 dissector: add streaming mode reassembly and dissecting DATA according to content-type features.
+}
+
and by:
Georgi Guninski <guninski[AT]guninski.com>