aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-25 21:55:06 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-25 21:55:06 +0000
commit43920c7974ba1264d8f4a13eba38ec6b431fd28c (patch)
treecd1227737fcdb3708a64664a0fa4dd2451ea6e2c /capture_opts.c
parent55216d0c4a7af2dbc20b84a98863798a3643c445 (diff)
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! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22969 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 0 insertions, 1 deletions
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 <epan/packet.h>
-#include "capture.h"
#include "capture_opts.h"
#include "ringbuffer.h"
#include "clopts_common.h"