Wireshark-commits: [Wireshark-commits] master 2635403: Protobuf: Support leading dot for the messag

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Oct 2019 06:47:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26354037a39104e2a23c3685619b8fbe922c3083
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2635403 by Huang Qiangxiong (qiangxiong.huang@xxxxxx):

    Protobuf: Support leading dot for the message/enum type of field
    
    The message/enum type of field is allowed to start with '.' (for example,
    .foo.bar.Baz), that means to search the message/enum to start from the
    outermost scope instead. Please refer to:
    https://developers.google.com/protocol-buffers/docs/proto3#packages-and-name-resolution
    
    Please find example capture file from Bug: 16118
    
    Ping-Bug: 16118
    Change-Id: I78702d0b2316b4071f04aba9fc7d185e382e4cbf
    Reviewed-on: https://code.wireshark.org/review/34752
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6210195   Protobuf: Add show_details preferences. Fix two bugs.
     add  2635403   Protobuf: Support leading dot for the message/enum type of field


Summary of changes:
 epan/protobuf_lang_tree.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)