From e66b05fa9da469bc2d6e7127977bf93d2b477a0a Mon Sep 17 00:00:00 2001 From: Jim Young Date: Mon, 13 Mar 2017 21:04:24 -0500 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- doc/tshark.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tshark.pod b/doc/tshark.pod index 5cb8ae94ae..5d79a57952 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -40,7 +40,7 @@ S<[ B<-R> ERead filterE ]> S<[ B<-s> Ecapture snaplenE ]> S<[ B<-S> EseparatorE ]> S<[ B<-t> a|ad|adoy|d|dd|e|r|u|ud|udoy ]> -S<[ B<-T> ek|fields|json|pdml|ps|psml|text ]> +S<[ B<-T> ek|fields|json|pdml|ps|psml|tabs|text ]> S<[ B<-u> Eseconds typeE]> S<[ B<-U> Etap_nameE]> S<[ B<-v> ]> @@ -748,7 +748,7 @@ was captured The default format is relative. -=item -T ek|fields|json|jsonraw|pdml|ps|psml|text +=item -T ek|fields|json|jsonraw|pdml|ps|psml|tabs|text Set the format of the output when viewing decoded packet data. The options are one of: @@ -795,6 +795,10 @@ B Packet Summary Markup Language, an XML-based format for the summary information of a decoded packet. This information is equivalent to the information shown in the one-line summary printed by default. +B Similar to the default B report except the human-readable one-line +summary of each packet will include an ASCII horizontal tab (0x09) character +as a delimiter between each column. + B Text of a human-readable one-line summary of each of the packets, or a multi-line view of the details of each of the packets, depending on whether the B<-V> flag was specified. This is the default. -- cgit v1.2.1