Wireshark-commits: [Wireshark-commits] master d77b831: LTE-RRC: fix dissection of GPRS container

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 19:45:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d77b8318e82c113b2f7852f950b9269b57e5da40
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d77b831 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>
    

Actions performed:

    from  7f2de76   Qt: Monitor mode fixups.
    adds  d77b831   LTE-RRC: fix dissection of GPRS container


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