aboutsummaryrefslogtreecommitdiffstats
path: root/epan/protobuf_lang_tree.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix stdio.h conversions to use the scanf macrosJoão Valverde1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-04-02protobuf: Fix leaking nodes and stringsTomasz Moń1-0/+1
2020-12-27Protobuf: fix bugs that parsing complex syntax .proto filesHuang Qiangxiong1-1/+11
2020-11-18Protobuf: rewrite parser of *.proto file from Bison to LemonHuang Qiangxiong1-20/+20
2020-11-12Protobuf: feature of adding missing fields with default valuesHuang Qiangxiong1-0/+243
2019-12-19Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc.Huang Qiangxiong1-29/+86
2019-11-10Protobuf: Enhancements about error message during loading .proto filesHuang Qiangxiong1-8/+23
2019-10-14Protobuf: Support leading dot for the message/enum type of fieldHuang Qiangxiong1-1/+14
2019-10-14Protobuf: Add show_details preferences. Fix two bugs.Huang Qiangxiong1-1/+1
2019-10-07protobuf: add support for Protocol Buffers Language (*.proto) filesHuang Qiangxiong1-0/+850