Wireshark-commits: [Wireshark-commits] master-2.0 aa961e0: VoIP: fix a null dereference when trying

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Nov 2015 17:10:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa961e022490bb8e5e99b2e367fb6c6ee3367569
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

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

    VoIP: fix a null dereference when trying to retrieve the time of a T.38 tapped packet
    
    Rather than trying to retrieve frame_data from the packet number row (while it could be filtered) let's use pinfo.
    
    Bug: 11596
    Change-Id: I53966bfdfbeb0c5918c3524f4b9748ea425fe8a5
    Reviewed-on: https://code.wireshark.org/review/12103
    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 8c46a728fed52b0432a234274cc3e7a6fcadaf6d)
    Reviewed-on: https://code.wireshark.org/review/12104
    

Actions performed:

    from  b3217e2   Qt: check that a file name was selected before trying to export follow content
    adds  aa961e0   VoIP: fix a null dereference when trying to retrieve the time of a T.38 tapped packet


Summary of changes:
 ui/voip_calls.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)