Wireshark-commits: [Wireshark-commits] master-1.10 63b3a9d: Force "printing" if -T is specified, ev
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Feb 2014 02:03:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63b3a9dfd3d2d12be127e9358a05a4eced9f6c4b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

63b3a9d by Guy Harris (guy@xxxxxxxxxxxx):

    Force "printing" if -T is specified, even if -w is also specified.
    
    Just as "tshark ... -P -w xxx" writes raw packets to xxx *and* writes
    text packet summaries to the standard output, and just as "tshark ...
    -V -w xxx" writes raw packets to xxx *and* writes text packet details to
    the standard output, so should "tshark ... -T fff -w xxx" write raw
    packets to xxx *and* write whatever "-T fff" (and any "-e" options)
    specifies to the standard output.
    
    Change-Id: I28ab3a4d48531f297533ec4dfb3742031eb69885
    Reviewed-on: https://code.wireshark.org/review/278
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/279
    

Actions performed:

    from  78dae7c   More SVN → Git conversion.
    adds  63b3a9d   Force "printing" if -T is specified, even if -w is also specified.


Summary of changes:
 tshark.c |    1 +
 1 file changed, 1 insertion(+)