Wireshark-commits: [Wireshark-commits] master ebcc915: elastic: use correct elastic field types in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 May 2019 07:22:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ebcc9157c3ebf4647d565c175deab798a9437297
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ebcc915 by Dario Lombardo (lomato@xxxxxxxxx):

    elastic: use correct elastic field types in mapping.
    
    Elastic integer fields are:
    integer: signed 32 bit
    long: signed 64 bit
    
    Fix values in mapping. uint64 is not handled by elastic, but still
    mapped on 'long'.
    
    Fix point (2) of the linked bug.
    
    Bug: 15763
    Change-Id: I14afa1cb7fcb6ad98d44707a8b506420e29ceb83
    Reviewed-on: https://code.wireshark.org/review/33109
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4f599be   USB Audio: Do not group MIDI Events under USB Audio
     add  ebcc915   elastic: use correct elastic field types in mapping.


Summary of changes:
 epan/proto.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)