Wireshark-commits: [Wireshark-commits] master e10e3ae: print.c: Handles special chars when using -T

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jun 2018 21:11:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e10e3ae9eaad4b5fd0af5828798715f278d8786a
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e10e3ae by jmartin-usna (boardermartin@xxxxxxxxx):

    print.c: Handles special chars when using -T fields
    
    Tshark poorly handles printing when using -T options where a field
    contains newline, carriage return, or other special characters such as tab.
    
    Bug: 14907
    Change-Id: I94a797bb98b94aac254bcd2e6911b37192e9c91f
    Reviewed-on: https://code.wireshark.org/review/28442
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  c74dba6   Windows: Fetch our version using RtlGetVersion.
    adds  e10e3ae   print.c: Handles special chars when using -T fields


Summary of changes:
 epan/print.c | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)