Wireshark-commits: [Wireshark-commits] master-1.12 ce1819b: LTE-RRC: fix dissection of GPRS contain
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 20:30:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce1819bd5997d0f99ebf9fd1f4e7bf347d6c323d
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

ce1819b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    LTE-RRC: fix dissection of GPRS container
    
    Payload embedded in LTE message does not include the first byte identifying the message type.
    Let's prepend a fake one before calling the gsm_rlcmac dissector
    
    Change-Id: Ibcf9b52902474a556b55e9b0a076d09d341f868c
    Reviewed-on: https://code.wireshark.org/review/15642
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit d77b8318e82c113b2f7852f950b9269b57e5da40)
    Conflicts:
    	epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
    	epan/dissectors/packet-lte-rrc.c
    Reviewed-on: https://code.wireshark.org/review/15657
    

Actions performed:

    from  d18f7f2   Fix display of composite tvbs in GUI
    adds  ce1819b   LTE-RRC: fix dissection of GPRS container


Summary of changes:
 asn1/lte-rrc/lte-rrc.cnf         |   16 +++++++++++++++-
 epan/dissectors/packet-lte-rrc.c |   16 +++++++++++++++-
 2 files changed, 30 insertions(+), 2 deletions(-)