aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-protobuf.c
AgeCommit message (Expand)AuthorFilesLines
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