Wireshark-commits: [Wireshark-commits] rev 22969: /trunk/ /trunk/: Makefile.common capture.c captur
Date: Tue, 25 Sep 2007 21:55:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22969

User: ulfl
Date: 2007/09/25 09:55 PM

Log:
 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!

Directory: /trunk/
  Changes    Path               Action
  +10 -11    Makefile.common    Modified
  +0 -2      capture.c          Modified
  +0 -1      capture_opts.c     Modified
  +370 -473  tshark.c           Modified
  +16 -0     tshark.vcproj      Modified