aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-protobuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24protobuf: fix typoAlexis La Goutte1-1/+1
2023-02-24protobuf: Fix Clang Warning AnalyzerAlexis La Goutte1-2/+1
2023-01-13MinGW: Fix -WformatJoão Valverde1-2/+2
2022-12-16protobuf: Do not crash on zero length bytes elementJohn Thacker1-9/+17
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-10-31Protobuf: Fix a google.protobuf.Timestamp displaying bugHuang Qiangxiong1-27/+53
2022-08-19Protobuf: correct the starting offsets of the field name and type tree itemshuangqiangxiong1-2/+3
2022-03-03Protobuf: Support to display JSON mapping for Protobuf messageHuang Qiangxiong1-26/+246
2022-03-01GRPC: Add support for gRPC-WebHuang Qiangxiong1-0/+4
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-11/+11
2021-07-21First pass pinfo->pool conversionEvan Huus1-7/+7
2021-05-24Add ws_debug() and use itJoão Valverde1-1/+1
2021-05-21protobuf: close another leak.Guy Harris1-0/+2
2021-05-21protobuf: close a leak when file loading fails.Guy Harris1-1/+3
2021-04-11protobuf: Load .proto files from standard locationsGraham Bloice1-8/+17
2021-03-24Protobuf: Allow all protobuf fields to have a plugin dissectorRanjeet Kumar Singh1-11/+2
2021-03-24Protobuf: Provide an option to add plugin subdissectore for fields of all typesranjetsih1-1/+1
2021-03-24Protobuf: Provide an option to add plugin subdissectore for fields of all typesranjetsih1-1/+9
2020-11-26Protobuf: add 'preload_protos' preferenceHuang Qiangxiong1-0/+10
2020-11-12Protobuf: feature of adding missing fields with default valuesHuang Qiangxiong1-2/+336
2020-10-28Protobuf: fix bugs about field subdissectorHuang Qiangxiong1-6/+21
2020-10-19Protobuf: dissect a google.protobuf.Timestamp as absolute time fieldHuang Qiangxiong1-12/+97
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2019-12-19Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc.Huang Qiangxiong1-7/+334
2019-10-22Protobuf: for UDP frames, show top-level summary in columns.Martin Mathieson1-13/+64
2019-10-14Protobuf: Add show_details preferences. Fix two bugs.Huang Qiangxiong1-51/+143
2019-10-07protobuf: add support for Protocol Buffers Language (*.proto) filesHuang Qiangxiong1-159/+654
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-19Use proto_tree_add_item_ret_display_string() to add string items.Guy Harris1-4/+2
2018-04-20protobuf: fix typo reponse => responseAlexis La Goutte1-1/+1
2018-03-25protobuf: allow config of UDP portsMartin Mathieson1-1/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-4/+4
2017-10-17Protobuf: Fix format errorUli Heilmeier1-1/+1
2017-10-16protobuf: no previous prototype for ‘sint64_decode/sint32_decode’ [-Wmiss...Alexis La Goutte1-2/+2
2017-10-11ProtoBuf: Remove an unused variable.Gerald Combs1-9/+1
2017-10-10Start of adding Protobuf (Protocol Buffers) dissector.Huang Qiangxiong1-0/+700