Wireshark-commits: [Wireshark-commits] master e3fe33a: gsm_abis_pgsl: Fix endianness of frame numbe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Nov 2016 18:05:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3fe33a888529f8305d4ebb7482cb44fce9c435a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e3fe33a by Harald Welte (laforge@xxxxxxxxxxxx):

    gsm_abis_pgsl: Fix endianness of frame numbers
    
    The frame numbers are stored as 24bit value in little endian byte order,
    not in big endian (as assumed so far).
    
    Change-Id: Ia58db03749375a025e7b3b6b5805687af7601d9a
    Reviewed-on: https://code.wireshark.org/review/18681
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  94b923c   gsm_abis_pgsl: Hand off into GPRS RLC/MAC dissector
    adds  e3fe33a   gsm_abis_pgsl: Fix endianness of frame numbers


Summary of changes:
 epan/dissectors/packet-gsm_abis_pgsl.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)