Wireshark-commits: [Wireshark-commits] master b65d30d: MAC LTE: fix dissection of out of band event

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

Commits:

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

Actions performed:

    from  da79868   Qt: Refactor testCaptureFileClose
    adds  b65d30d   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(-)