Wireshark-commits: [Wireshark-commits] master b43108a: Fix "2nd byte of optional tags bitmap" flag
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Apr 2016 00:52:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b43108acb2cf60fcf0ad93ca07430c7b88d13202
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b43108a by Guy Harris (guy@xxxxxxxxxxxx):

    Fix "2nd byte of optional tags bitmap" flag values.
    
    The presence bits field isn't made up of multiple bytes, it's a single
    32-bit field, so move the bit values up 8 bits so they don't collide
    with the values from the first byte.
    
    Prevents a crash with at least one 32.423 file.
    
    Change-Id: I804e76a5b8844f1f3894a43af7fd8bbe9fa7447c
    Reviewed-on: https://code.wireshark.org/review/14943
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  eab6386   ZigBee support for NWK unknown command status and enhanced status message in R22
    adds  b43108a   Fix "2nd byte of optional tags bitmap" flag values.


Summary of changes:
 wiretap/nettrace_3gpp_32_423.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)