Wireshark-commits: [Wireshark-commits] master-2.0 1b4997c: MAC LTE: fix dissection of out of band e

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

Commits:

1b4997c by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    MAC LTE: fix dissection of out of band events
    
    Calling proto_tree_add_item(tree, proto_mac_lte, tvb, offset, -1, ENC_NA) with
    a empty tvb will trigger an exception
    
    Change-Id: Ieb33f60d3dbe4677531c2b6f7ae2603610b0d300
    Reviewed-on: https://code.wireshark.org/review/13227
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit b65d30dbd5d86092e6e4739a4da6075cf08b115d)
    Reviewed-on: https://code.wireshark.org/review/13229
    

Actions performed:

    from  5be01b6   Add a Busy status to SyntaxLineEdit.
    adds  1b4997c   MAC LTE: fix dissection of out of band events


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