Click here to Skip to main content
15,905,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThks jhwurmbach & AlexO Pin
raner14-Jan-03 20:56
raner14-Jan-03 20:56 
GeneralRe: Thks jhwurmbach & AlexO Pin
jhwurmbach14-Jan-03 22:59
jhwurmbach14-Jan-03 22:59 
GeneralRe: Thks jhwurmbach & AlexO Pin
raner15-Jan-03 3:54
raner15-Jan-03 3:54 
GeneralRe: new&delete, malloc&free Pin
AlexO14-Jan-03 4:20
AlexO14-Jan-03 4:20 
GeneralWord Automation Pin
Exceter13-Jan-03 18:56
Exceter13-Jan-03 18:56 
GeneralRe: Word Automation Pin
Anonymous13-Jan-03 20:40
Anonymous13-Jan-03 20:40 
GeneralMAC based Firewall Pin
summo13-Jan-03 18:11
summo13-Jan-03 18:11 
GeneralRe: MAC based Firewall Pin
Dana Epp15-Jan-03 9:02
Dana Epp15-Jan-03 9:02 
If you want to firewall at the network level you can't do it through Winsock. Winsock is to high on the stack to be useful as the etherframes are stripped before you get it, and you should move down to the TDI or NDIS layer in kernel mode. There are plenty of examples for this, and the latest XP SP1 DDK has an example of such a driver. You could modify it to suit (as I don't believe it actually touches the MAC).

As a starting point, try going to: http://www.ndis.com/papers/winpktfilter.htm

It is my understanding that PCAUSA provides a lot of infrastructure and documentation on their own NDIS driver source code which you can purchase. You can start reading about it over here: http://www.rawether.net/ndisim/

Have fun,
Cool | :cool: SilverStr
Generalproblem in debugging VC 6 code in windows xp Pin
r i s h a b h s13-Jan-03 16:45
r i s h a b h s13-Jan-03 16:45 
General*.pck file Pin
:_Rocket_:13-Jan-03 16:04
:_Rocket_:13-Jan-03 16:04 
GeneralRe: *.pck file Pin
Taka Muraoka13-Jan-03 17:38
Taka Muraoka13-Jan-03 17:38 
GeneralRe: *.pck file Pin
Ted Ferenc13-Jan-03 22:54
Ted Ferenc13-Jan-03 22:54 
Generalmodeless dialog(rather long story), I appreciate Pin
Anonymous13-Jan-03 15:29
Anonymous13-Jan-03 15:29 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Joaquín M López Muñoz13-Jan-03 20:58
Joaquín M López Muñoz13-Jan-03 20:58 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Hans Ruck13-Jan-03 22:02
Hans Ruck13-Jan-03 22:02 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Anonymous14-Jan-03 3:53
Anonymous14-Jan-03 3:53 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Hans Ruck14-Jan-03 5:14
Hans Ruck14-Jan-03 5:14 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Anonymous14-Jan-03 5:25
Anonymous14-Jan-03 5:25 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Hans Ruck14-Jan-03 5:44
Hans Ruck14-Jan-03 5:44 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Anonymous14-Jan-03 10:11
Anonymous14-Jan-03 10:11 
GeneralRe: modeless dialog(rather long story), I appreciate Pin
Anonymous14-Jan-03 11:29
Anonymous14-Jan-03 11:29 
GeneralText outline help. Pin
clintsinger13-Jan-03 13:35
clintsinger13-Jan-03 13:35 
GeneralSpelling help! Pin
clintsinger13-Jan-03 13:36
clintsinger13-Jan-03 13:36 
GeneralC++ Encryption question Pin
Anonymous13-Jan-03 10:53
Anonymous13-Jan-03 10:53 
GeneralRe: C++ Encryption question Pin
Chris Losinger13-Jan-03 10:58
professionalChris Losinger13-Jan-03 10:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.