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

Commits:

c65fbff 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>
    

Actions performed:

    from  dd4daf5   Try a simpler method of fixing 32/64 issues
    adds  c65fbff   Force "printing" if -T is specified, even if -w is also specified.


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