diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-09-25 21:55:06 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-09-25 21:55:06 +0000 |
commit | 879d656537c910b8393cdcb8f7b911edcec9bd1e (patch) | |
tree | cd1227737fcdb3708a64664a0fa4dd2451ea6e2c /capture_opts.c | |
parent | 35eb028ca4e35a6ab130ade148a687ad2ceeadb2 (diff) | |
download | wireshark-879d656537c910b8393cdcb8f7b911edcec9bd1e.tar.gz wireshark-879d656537c910b8393cdcb8f7b911edcec9bd1e.tar.bz2 wireshark-879d656537c910b8393cdcb8f7b911edcec9bd1e.zip |
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_opts.c')
-rw-r--r-- | capture_opts.c | 1 |
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" |