Wireshark-commits: [Wireshark-commits] master 0fb9369: Support -w even if we're not built with pcap

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Jun 2014 20:49:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0fb9369a5ed3381c1c243c2f34a66f3061712c4b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0fb9369 by Guy Harris (guy@xxxxxxxxxxxx):

    Support -w even if we're not built with pcap.
    
    You can, for example, do
    
    	tshark -r file1 -Y filter -w file2
    
    to read a file, apply a read filter, and write the packets that match
    the filter to another file even if you can't capture traffic.
    
    Change-Id: Ifd5e1d5c0e745edef5e98ec4babc720bfbcee6d9
    Reviewed-on: https://code.wireshark.org/review/2627
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  deda668   Add the capchild directory to some lists of rules.
    adds  0fb9369   Support -w even if we're not built with pcap.


Summary of changes:
 tshark.c |   19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)