Connecting Tech Pros Worldwide Forums | Help | Site Map

C++ Firewall

JP
Guest
 
Posts: n/a
#1: Jul 22 '05
I am thinking about making a firewall in C++, not Visual C++, just
C++. Could anyone point me in the right direction in the form of
tutorials or examples or something like that?

As of right now it will be a Windows firewall, but I am hoping to port
it to Linux not long after it is done.

Thanks.

George Huber
Guest
 
Posts: n/a
#2: Jul 22 '05

re: C++ Firewall


On Sat, 17 Jul 2004 22:20:44 -0700, JP wrote:
[color=blue]
> I am thinking about making a firewall in C++, not Visual C++, just
> C++. Could anyone point me in the right direction in the form of
> tutorials or examples or something like that?
>
> As of right now it will be a Windows firewall, but I am hoping to port
> it to Linux not long after it is done.
>
> Thanks.[/color]

Way off-topic for this news-group I would expect.

However, contact me privately, I have be interested in doing this for some
time and may be able to help

George
Peter van Merkerk
Guest
 
Posts: n/a
#3: Jul 22 '05

re: C++ Firewall


JP wrote:[color=blue]
> I am thinking about making a firewall in C++, not Visual C++, just
> C++.[/color]

The standard C++ library does not offer facilities to do this. You will
need platform specific functions, which are beyond the scope of this
newsgroup.

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl
Closed Thread