Wireshark-commits: [Wireshark-commits] master 0795931: VoIP Call: fix Ubuntu Buildbot

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jul 2015 08:34:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0795931a893538937ffb42925c24dc0e476e6a33
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0795931 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    VoIP Call: fix Ubuntu Buildbot
    
    Missing init of new sip_frame_num variable...
    
    voip_calls_dlg.c: In function ‘voip_calls_get_info’:
    voip_calls_dlg.c:132:3: error: enum conversion in initialization is invalid in C++ [-Werror=c++-compat]
    voip_calls_dlg.c:132:3: error: (near initialization for ‘the_tapinfo_struct.fs_option’) [-Werror=c++-compat]
    voip_calls_dlg.c:132:3: error: missing initializer for field ‘redraw’ of ‘voip_calls_tapinfo_t’ [-Werror=missing-field-initializers]
                               ^
    
    Change-Id: Ib76dec02d03f66d365ef18926bc4507a6f70556d
    Reviewed-on: https://code.wireshark.org/review/9792
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c711a63   Avoid duplicate SIP and Q.931 calls in VoIP Calls list in case of Q.931 transported over SIP as described in RFC 3204, 3.2 QSIG Media Type.
    adds  0795931   VoIP Call: fix Ubuntu Buildbot


Summary of changes:
 ui/gtk/voip_calls_dlg.c |    1 +
 1 file changed, 1 insertion(+)