Wireshark-commits: [Wireshark-commits] master 8c46a72: VoIP: fix a null dereference when trying to

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

Commits:

8c46a72 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>
    

Actions performed:

    from  0981a50   Qt: check that a file name was selected before trying to export follow content
    adds  8c46a72   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(-)