Results 1 to 2 of 2
Hi I have just made an IP Filter program for Windows using C++, now I want to make one for Linux. Now for the Windows one I needed a "Network ...
- 01-17-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
C++ Driver
Hi I have just made an IP Filter program for Windows using C++, now I want to make one for Linux. Now for the Windows one I needed a "Network Filter Driver" what is the equivelant for Linux?
I want to develop a Linux GUI version then non-GUI (if many people still use non-GUI).
- 01-22-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If you didn't use the Windows frameworks to build your filter program, you shouldn't have much trouble porting it to linux. In any case, start with a non-gui version because adding a friendly user interface after you have the basic tool working is much more sensible, IMO.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote