Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 3e7ed3d: Escape some characters like \n when appendin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 17 Jul 2014 23:47:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e7ed3da2c8311a3af83ab5bb84311486ee115fa
Submitter: Michael Tüxen (tuexen@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3e7ed3d by Michael Tüxen (tuexen@xxxxxxxxxxxxx):

    Escape some characters like \n when appending text
    
    This patch escapes some characters like \n when showing text
    contained in a packet by appending it to a protocol item.
    
    Change-Id: Ice0040040ec7ab573dd9a412f8c0c197a566a031
    Reviewed-on: https://code.wireshark.org/review/3095
    Petri-Dish: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
    Reviewed-by: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
    

Actions performed:

    from  e05a884   Try to make tap operations in the Qt UI more responsive.
    adds  3e7ed3d   Escape some characters like \n when appending text


Summary of changes:
 epan/dissectors/packet-asap.c |    5 ++---
 epan/dissectors/packet-dua.c  |    4 ++--
 epan/dissectors/packet-enrp.c |    5 ++---
 epan/dissectors/packet-iua.c  |    4 ++--
 epan/dissectors/packet-m2ua.c |    4 ++--
 epan/dissectors/packet-m3ua.c |    2 +-
 epan/dissectors/packet-sctp.c |    2 +-
 epan/dissectors/packet-sua.c  |    4 ++--
 8 files changed, 14 insertions(+), 16 deletions(-)