Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString::GetLength(), what does it in fact return? Pin
misterbear15-Aug-05 20:05
misterbear15-Aug-05 20:05 
Generalfirewall by-passing Pin
avi-wildthing15-Aug-05 7:02
avi-wildthing15-Aug-05 7:02 
GeneralRe: firewall by-passing Pin
Rage15-Aug-05 7:04
professionalRage15-Aug-05 7:04 
GeneralRe: firewall by-passing Pin
avi-wildthing15-Aug-05 7:40
avi-wildthing15-Aug-05 7:40 
GeneralRe: firewall by-passing Pin
Bob Stanneveld15-Aug-05 10:23
Bob Stanneveld15-Aug-05 10:23 
GeneralRe: firewall by-passing Pin
avi-wildthing15-Aug-05 15:53
avi-wildthing15-Aug-05 15:53 
GeneralRe: firewall by-passing Pin
ThatsAlok15-Aug-05 18:27
ThatsAlok15-Aug-05 18:27 
GeneralRe: firewall by-passing Pin
fat_boy19-Aug-05 4:42
fat_boy19-Aug-05 4:42 
ndis protocol driver is what you need.

Look at the windows 2003 DDk. There are samples there.

For out going packets you will need to change the TCP/UDP port address to the one you want, ie, the one blocked by the firewall.

For incomming packets change it back to the allowed port.

Make sure you driver sits between the NCI driver and tcpip.sys.

Now, to write the driver. Its a pain in the arse. It will take you about 6 months.

You will need to have 2 pcs to do the debugging over a serial link, to fix the 1000 blue screen your code will generate!

But, one you get it working it is very satisfying!

Nunc est bibendum!
GeneralHooking Pin
celllllllll15-Aug-05 6:27
celllllllll15-Aug-05 6:27 
GeneralRe: Hooking Pin
Rage15-Aug-05 6:51
professionalRage15-Aug-05 6:51 
GeneralRe: Hooking Pin
celllllllll15-Aug-05 11:16
celllllllll15-Aug-05 11:16 
GeneralRe: Hooking Pin
Rage15-Aug-05 20:34
professionalRage15-Aug-05 20:34 
GeneralRe: Hooking Pin
celllllllll16-Aug-05 7:15
celllllllll16-Aug-05 7:15 
GeneralRe: Hooking Pin
celllllllll15-Aug-05 11:32
celllllllll15-Aug-05 11:32 
GeneralUninitialized pointer Pin
valerie9915-Aug-05 5:58
valerie9915-Aug-05 5:58 
GeneralRe: Uninitialized pointer Pin
David Crow15-Aug-05 6:27
David Crow15-Aug-05 6:27 
GeneralRe: Uninitialized pointer Pin
valerie9915-Aug-05 6:40
valerie9915-Aug-05 6:40 
GeneralRe: Uninitialized pointer Pin
Maximilien15-Aug-05 7:12
Maximilien15-Aug-05 7:12 
GeneralRe: Uninitialized pointer Pin
Rage15-Aug-05 7:03
professionalRage15-Aug-05 7:03 
GeneralRe: Uninitialized pointer Pin
Maximilien15-Aug-05 7:06
Maximilien15-Aug-05 7:06 
GeneralRe: Uninitialized pointer Pin
Jose Lamas Rios15-Aug-05 9:49
Jose Lamas Rios15-Aug-05 9:49 
GeneralRe: Uninitialized pointer Pin
valerie9915-Aug-05 11:09
valerie9915-Aug-05 11:09 
GeneralAfxIsValidString does not seem to work. Pin
mcgahanfl15-Aug-05 5:56
mcgahanfl15-Aug-05 5:56 
GeneralRe: AfxIsValidString does not seem to work. Pin
David Crow15-Aug-05 6:30
David Crow15-Aug-05 6:30 
GeneralRe: AfxIsValidString does not seem to work. Pin
Rage15-Aug-05 7:12
professionalRage15-Aug-05 7:12 

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.