Wireshark-commits: [Wireshark-commits] master-2.2 e89fb59: RTPproxy: use tvb_format_text() to add t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Apr 2017 18:56:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e89fb598ea65a7672a031f98e9ffed1b8b1796e7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

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

    RTPproxy: use tvb_format_text() to add text to info column
    
    Otherwise you can have put multiple lines in the info column when a
    packet is wrongly identified as RTPproxy (TCP connection using the
    default RTPproxy port for example)
    
    Bug: 13582
    Change-Id: I817f67d5fc8c0d5f9d252f0f949af715bfc0ef56
    Reviewed-on: https://code.wireshark.org/review/21000
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Lemenkov <lemenkov@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit fa97a31dd4754724a53658cd26adeefb29c2b246)
    Reviewed-on: https://code.wireshark.org/review/21004
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0a48246   EAPOL-MKA: Split ICV from ICV Indicator
    adds  e89fb59   RTPproxy: use tvb_format_text() to add text to info column


Summary of changes:
 epan/dissectors/packet-rtpproxy.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)