Wireshark-commits: [Wireshark-commits] master 46e7148: Fixed ASTERIX 6bit callsign	decoding
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46e7148461977914d34f8ade4dc94ad564dedc29
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
46e7148 by Atli Guðmundsson (atli@xxxxxxx):
    Fixed ASTERIX 6bit callsign decoding
    
    The callsign was being truncated to 7 letters.
    This affects the following fields:
    - I004/100#01.AN
    - I004/170#08.MS1
    - I004/170#08.MS2
    - I025/020.SD
    - asterix.AI, which is included in:
    -- I021/170
    -- I048/240
    -- I062/245
    -- I062/380#02
    -- I062/380#03_v0_17
    
    Change-Id: Idbbb3891d96e906053fc1f0c447e37bae87d207a
    Reviewed-on: https://code.wireshark.org/review/31230
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  1afe11f   Correct PsId dissection in WSMP
     add  46e7148   Fixed ASTERIX 6bit callsign decoding
Summary of changes:
 epan/dissectors/packet-asterix.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)