From 879d656537c910b8393cdcb8f7b911edcec9bd1e Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 25 Sep 2007 21:55:06 +0000 Subject: as "advertised" some days ago: rewrite the tshark capture code almost completely, to use dumpcap instead of it's own pcap functionality. This works on Win32 and should work on unix/linux (but I'm not sure here). Some stuff needs to be cleaned up, some more may need to be rewritten to specifically work with unix/win32. Futher work needs to be done at: 1. read filters (simply document current behaviour?) 2. event loop polling 3. privileges 4. code cleanup (e.g. in capture_loop.c) Be prepared that tshark might not work as before / expected at least in the next days! svn path=/trunk/; revision=22969 --- capture_opts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'capture_opts.c') diff --git a/capture_opts.c b/capture_opts.c index 2c63ca0dc1..6e9b63152c 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -63,7 +63,6 @@ #include -#include "capture.h" #include "capture_opts.h" #include "ringbuffer.h" #include "clopts_common.h" -- cgit v1.2.1