diff --git a/doc/tshark.pod b/doc/tshark.pod index 7b728d0807..670a2bd659 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -36,7 +36,6 @@ S<[ B<-q> ]> S<[ B<-Q> ]> S<[ B<-r> EinfileE ]> S<[ B<-R> ERead filterE ]> -S<[ B<-Y> EdisplaY filterE ]> S<[ B<-s> Ecapture snaplenE ]> S<[ B<-S> EseparatorE ]> S<[ B<-t> a|ad|d|dd|e|r|u|ud ]> @@ -48,6 +47,7 @@ S<[ B<-W> Efile format optionE]> S<[ B<-x> ]> S<[ B<-X> EeXtension optionE]> S<[ B<-y> Ecapture link typeE ]> +S<[ B<-Y> EdisplaY filterE ]> S<[ B<-z> EstatisticsE ]> S<[ B<--capture-comment> EcommentE ]> S<[ Ecapture filterE ]> @@ -620,20 +620,6 @@ Note that forward-looking fields such as 'response in frame #' cannot be used with this filter, since they will not have been calculate when this filter is applied. -=item -Y EdisplaY filterE - -Cause the specified filter (which uses the syntax of read/display filters, -rather than that of capture filters) to be applied before printing a -decoded form of packets or writing packets to a file. Packets matching the -filter are printed or written to file; packets that the matching packets -depend upon (e.g., fragments), are not printed but are written to file; -packets not matching the filter nor depended upon are discarded rather -than being printed or written. - -Use this instead of -R for filtering using single-pass analysis. If doing -two-pass analysis (see -2) then only packets matching the read filter (if there -is one) will be checked against this filter. - =item -s Ecapture snaplenE Set the default snapshot length to use when capturing live data. @@ -770,6 +756,20 @@ the interface specified by the last B<-i> option occurring before this option. If the capture link type is not set specifically, the default capture link type is used if provided. +=item -Y EdisplaY filterE + +Cause the specified filter (which uses the syntax of read/display filters, +rather than that of capture filters) to be applied before printing a +decoded form of packets or writing packets to a file. Packets matching the +filter are printed or written to file; packets that the matching packets +depend upon (e.g., fragments), are not printed but are written to file; +packets not matching the filter nor depended upon are discarded rather +than being printed or written. + +Use this instead of -R for filtering using single-pass analysis. If doing +two-pass analysis (see -2) then only packets matching the read filter (if there +is one) will be checked against this filter. + =item -z EstatisticsE Get B to collect various types of statistics and display the result