Wireshark-commits: [Wireshark-commits] master e66b05f: tshark: Optionally delimit packet summary co
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Mar 2017 13:48:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e66b05fa9da469bc2d6e7127977bf93d2b477a0a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e66b05f by Jim Young (jyoung@xxxxxxx):

    tshark:  Optionally delimit packet summary columns with tabs
    
    This patch augments tshark's -T report with a "tabs" option.
    When the -T tabs option is enabled an ASCII horizontal tab character
    is inserted between each column of the human-readable one-line
    packet summary record.
    
    Change-Id: Id10a6e21e231eb2e52b6342ed05399db1a5fcfdf
    Reviewed-on: https://code.wireshark.org/review/20537
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2890e41   Fix various compile warnings turning error on Linux with gcc6 when compiling with HAVE_PCAP_REMOTE (and ENABLE_ECHLD)
    adds  e66b05f   tshark:  Optionally delimit packet summary columns with tabs


Summary of changes:
 doc/tshark.pod |    8 ++++++--
 tshark.c       |   48 ++++++++++++++++++++++++++++++++----------------
 2 files changed, 38 insertions(+), 18 deletions(-)