Hello Shane
Looked at
http://www.winpcap.org/misc/faq.htm#Q-5 And found this entry:
Q-14: On which OS can I run WinPcap?
A: WinPcap can run on all the main Win32 operating systems: Windows 95, 98, ME, NT4, 2000, XP, 2003, Vista, 2008, Windows 7, 2008R2
The overall situation is the following one:
Windows 95,98, ME: Support for Windows 95/98/ME has been dropped starting from WinPcap 4.0 beta3. The source packages still include the code base for those operating systems, but the setup executable will refuse to install. The last versions supporting such operating systems are WinPcap 3.1 (stable) and WinPcap 4.0 beta2 (unstable), however they are no longer supported by the WinPcap team, so if you encounter any problem you are on your own.
Windows XP/2003: WinPcap 2.3 or newer is required.
Windows XP/2003 (x64): WinPcap 3.2 alpha1 or newer is required. Capture from dialup/VPN adapters is not supported on 64 bit platforms.
Vista/2008 (x86): WinPcap 3.1 should work, but with limited functionality. PPP is not supported, and IPv6 addresses are not listed. We strongly suggest upgrading to WinPcap 4.0 or newer for better support on Windows Vista. Please refer to FAQ Q-28 for more details on Vista support.
Vista/2008 (x64): WinPcap 4.0 or newer is required.
Windows 7/2008R2: WinPcap 4.1 or newer is required.
Currently have “CS Fire Monitor V3.0.1” program working and the “Simple Internet Meter Lite” program not working with WinPcap Version 4.02 installed.
From Reply #9
“With Simple Internet Meter the over head was way to high to monitor all the network connections. So how I made the program was to monitor 1 at a time, however you can copy the program dir to another dir. and run it from there was well and choose another adapter. You can run a copy for each adapter as needed. When I used the API before the overhead was very low, I could monitor a lot more. But I always had request to tell what is local traffic and what is internet traffic. WinPcap lets me look at every packet. Each packet has to be looked at. The faster the speed the more cpu it will use. So you can image the overhead if I was trying to monitor multiple connections at once. I am a performance nut, and I hate the idea of my programs not running at their best lol.”
The key words are:
“however you can copy the program dir to another dir. and run it from there was well and choose another adapter. You can run a copy for each adapter as needed.” Did the following to test if that can be done with only the “Simple Internet Meter Lite” program installed.
1) Deleted both the “CS Fire Monitor V3.0.1” program and the “Simple Internet Meter Lite” program . Found that WinPcap Version 4.02 is in shared folder so that either program can use WinPcap Version 4.02 .
2) Installed only the “Simple Internet Meter Lite” program. Found that what you get after making the “WAN (PPP/SLIP) Interface” selection. Then you click on “Start” you get “I can’t get WinPcap to locate the adapter. Please refresh the adapter list and make sure you have WinPcap v4 or higher installed.” You still get the same results as that of the original conditions results without the presents of the “CS Fire Monitor V3.0.1” program.
3) Installed the “CS Fire Monitor V3.0.1” program and change adapter setting so that “CS Fire Monitor V3.0.1” program is working and the “Simple Internet Meter Lite” program is not working. As of this post.
What this tells me is that if you try to:
“however you can copy the program dir to another dir. and run it from there was well and choose another adapter. You can run a copy for each adapter as needed.” that this should not work as stated.
If you want to monitor two or more internet connections as in one dial-up connection and two ethernet adapter cards, then each internet connection has to have it’s own copy WinPcap Version 4.02 monitoring the hardware of that connection. That means for the one dial-up connection there is copy WinPcap Version 4.02 monitoring that hardware and for the two ethernet adapter cards there is copy WinPcap Version 4.02 monitoring each ethernet adapter card. Therefore there are three copies of WinPcap Version 4.02 running in the computer’s memory at the same time with each copy monitoring there respective pieces of hardware.
Thank you,
King
--------------------------------------------------------------------------------
Post Script
For your information. In the pass, have written detailed flow charts for programs to have the code written per those flow charts by one or more programmers.