aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-grpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01http: Store request/response data there, not in the conversationJohn Thacker1-5/+4
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-1/+1
2022-07-28GRPC: Fix the bug of GRPC-WEB decompression failure over HTTP1.1Huang Qiangxiong1-0/+3
2022-03-01GRPC: Add support for gRPC-WebHuang Qiangxiong1-53/+168
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-10-23grpc: do not dissect empty grpc message bodyHuang Qiangxiong1-0/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2021-05-05GRPC: Register both tables streaming_content_type/media_typeAnders Broman1-24/+2
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-3/+3
2019-11-03HTTP2/gRPC: Support streaming mode reassemblyHuang Qiangxiong1-17/+73
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-01Use common indenting space in headingStig Bjørlykke1-9/+9
2018-04-20grpc: fix typo reponse => responseAlexis La Goutte1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-05gRPC: Several bugfixesVladimir Rutsky1-3/+3
2017-09-27GRPC: fix character check (CID 1418526)Pascal Quantin1-4/+5
2017-09-27GRPC: fix a control flow issue (CID 1418525)Pascal Quantin1-2/+0
2017-09-26Add GRPC dissectorHuang Qiangxiong1-0/+437