Wireshark-commits: [Wireshark-commits] master c711a63: Avoid duplicate SIP and Q.931 calls in VoIP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jul 2015 07:32:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c711a63e48cfff65ae6905c0bcf826de59d8cad1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c711a63 by Michal Pazdera (michal.pazdera@xxxxxxxxx):

    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.
    
    Change-Id: Ida30a7b115e60fa64d30cfc1f4b7c11be724f8ee
    Reviewed-on: https://code.wireshark.org/review/9479
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  19578ba   Minor Enabled Protocols tweaks.
    adds  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.


Summary of changes:
 epan/dissectors/packet-sip.c |   18 +++++++++---------
 ui/voip_calls.c              |    8 ++++++--
 ui/voip_calls.h              |    1 +
 3 files changed, 16 insertions(+), 11 deletions(-)