Wireshark-commits: [Wireshark-commits] master e5b4e67: proto: don't generate elastic-mapping entrie
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5b4e673f0534fd26919cb7d3644b958d3020bea
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e5b4e67 by Dario Lombardo (lomato@xxxxxxxxx):
    proto: don't generate elastic-mapping entries for string fields.
    
    The string type is the default in elasticsearch, then there is no
    need to put those entries in the mapping report. This shortens a lot
    the list.
    
    Small indentation fix, while here.
    
    Change-Id: If304d409a3ee2c30f24b5de4d90be522bbfae41e
    Ping-Bug: 15719
    Reviewed-on: https://code.wireshark.org/review/33053
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  d52b74e   Powerlink: Fix representation of PDO version
     add  e5b4e67   proto: don't generate elastic-mapping entries for string fields.
Summary of changes:
 epan/proto.c                                 | 45 ++++++++++------------------
 test/baseline/elastic-mapping-ip-subset.json |  3 --
 2 files changed, 15 insertions(+), 33 deletions(-)