Wireshark-commits: [Wireshark-commits] master 31663c4: ua3g: moved setup of rtp/rtcp conversations
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 May 2018 08:51:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=31663c4056882cdcb4e99ba97f8a65a2ec7def3b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

31663c4 by Nicolas BERTIN (nicolas.bertin@xxxxxxxxxxxxxxxxx):

    ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, where the start-rtp message is actually decoded.
    
    Change-Id: Id0dc39107f43680f082d5e6a1d8a1d4940640a13
    Reviewed-on: https://code.wireshark.org/review/27792
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9830c5f   uaudp: removed old/unused code (#if 0...#endif)
    adds  31663c4   ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, where the start-rtp message is actually decoded.


Summary of changes:
 epan/dissectors/packet-ua.c   | 68 ++-----------------------------------------
 epan/dissectors/packet-ua3g.c | 40 ++++++++++++++++++++++---
 2 files changed, 38 insertions(+), 70 deletions(-)