URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ed39971cd765bff83c12a0b9ffe98578a4b1181e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
ed39971 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/2629
Actions performed:
from abae269 Initialize whole buffer in GPRS Mobility and Session Management dissector
adds ed39971 Support -w even if we're not built with pcap.
Summary of changes:
tshark.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)