aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-09-25 21:55:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-09-25 21:55:06 +0000
commit879d656537c910b8393cdcb8f7b911edcec9bd1e (patch)
treecd1227737fcdb3708a64664a0fa4dd2451ea6e2c /capture.c
parent35eb028ca4e35a6ab130ade148a687ad2ceeadb2 (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! svn path=/trunk/; revision=22969
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 6b0efc982a..b0efea1672 100644
--- a/capture.c
+++ b/capture.c
@@ -86,8 +86,6 @@
#include "alert_box.h"
#include "simple_dialog.h"
#include <epan/prefs.h>
-#include "conditions.h"
-#include "ringbuffer.h"
#ifdef _WIN32
#include "capture-wpcap.h"