Wireshark-commits: [Wireshark-commits] master-1.8 13321cc: Force "printing" if -T is specified, eve

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Feb 2014 02:25:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13321ccc4781b9e1a2d3eb4c7ac8e9578b7fdfaf
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.8
Repository: wireshark

Commits:

13321cc 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/281
    

Actions performed:

    from  468760e   More SVN → Git conversion.
    adds  13321cc   Force "printing" if -T is specified, even if -w is also specified.


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