Wireshark-commits: [Wireshark-commits] master-2.2 7dc8d30: FP: ensure that mac and rlc structures a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Aug 2016 07:02:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7dc8d30a12ef845cb200f8182672f481e867fdbb
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

7dc8d30 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    FP: ensure that mac and rlc structures are always allocated
    
    Rather han checking everywhere that the RLC and MAC info are present in pinfo,
    allocate a temporary structure that will be dropped once packet dissection is
    over.
    
    Bug: 12751
    Change-Id: I890430dd0c0b56d641777c15eedbf07fef082904
    Reviewed-on: https://code.wireshark.org/review/17094
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 315bba7c645b75af24215c6303d187b188610bba)
    Reviewed-on: https://code.wireshark.org/review/17101
    

Actions performed:

    from  aa7246d   Show millisecond values as both raw and "(N msec)".
    adds  7dc8d30   FP: ensure that mac and rlc structures are always allocated


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