Wireshark-commits: [Wireshark-commits] master 40ce00f: gsm_abis_tfp: Fix bit-mask for frame type

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Oct 2016 19:22:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40ce00fc8b4fdf389c6c382d9fe5418c84b0d5cb
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

40ce00f by Harald Welte (laforge@xxxxxxxxxxxx):

    gsm_abis_tfp: Fix bit-mask for frame type
    
    The frame type is only a select number of bits in the given byte,
    so we must make sure to mask all other bits away using 0x1E.
    
    Change-Id: I6c7a1a256bd93b6e5149f50ed64f033836a26673
    Reviewed-on: https://code.wireshark.org/review/18458
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  180cbcf   gsm_abis_om2000: Add "TG" and "DP" MO Class names
    adds  40ce00f   gsm_abis_tfp: Fix bit-mask for frame type


Summary of changes:
 epan/dissectors/packet-gsm_abis_tfp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)