aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.vcproj
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 /tshark.vcproj
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 'tshark.vcproj')
-rw-r--r--tshark.vcproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/tshark.vcproj b/tshark.vcproj
index 905700fcb6..eb356a280e 100644
--- a/tshark.vcproj
+++ b/tshark.vcproj
@@ -64,6 +64,10 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath=".\capture_opts.c"
+ >
+ </File>
+ <File
RelativePath=".\capture_sync.c"
>
</File>
@@ -78,9 +82,21 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath=".\capture-pcap-util.h"
+ >
+ </File>
+ <File
RelativePath=".\capture_sync.h"
>
</File>
+ <File
+ RelativePath=".\capture_ui_utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\pcapio.h"
+ >
+ </File>
</Filter>
<Filter
Name="Resource Files"