Wireshark-commits: [Wireshark-commits] master-1.12 25d39ca: Support -w even if we're not built with

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

Commits:

25d39ca 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>
    (cherry picked from commit 0fb9369a5ed3381c1c243c2f34a66f3061712c4b)
    Reviewed-on: https://code.wireshark.org/review/2628
    

Actions performed:

    from  c7874f7   Initialize whole buffer in GPRS Mobility and Session Management dissector
    adds  25d39ca   Support -w even if we're not built with pcap.


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