Wireshark-commits: [Wireshark-commits] master 05e8a30: SOMEIP: Bug fix for ignored length field con
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2020 17:14:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05e8a30fda5b8dc7df85f001d9efeed5dd4a3a89
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

05e8a30 by Dr. Lars Völker (lars.voelker@xxxxxxxxxxxxxxxxxxxxxxx):

    SOMEIP: Bug fix for ignored length field config on struct
    
    The length field of a struct can be configured to 0, 8, 16, or 32 bits.
    Independent of the config, it will always be ignored as set to 0 bits.
    This patch repairs this.
    
    Bug: 16490
    Change-Id: Idde3616ec06067363e767bd52bb5f443439c9aca
    Signed-off-by: Dr. Lars Völker <lars.voelker@xxxxxxxxxxxxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36770
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  d70a4a9   Standardise IETF RFC and Draft URLs in dissectors.
     add  05e8a30   SOMEIP: Bug fix for ignored length field config on struct


Summary of changes:
 epan/dissectors/packet-someip.c | 48 ++++++++++++++++++++++++++++++++---------
 1 file changed, 38 insertions(+), 10 deletions(-)