Click here to Skip to main content
16,013,465 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handling of window opening Pin
Rodrigo Pinto Pereira de Souza18-Jun-04 1:48
Rodrigo Pinto Pereira de Souza18-Jun-04 1:48 
Generalfree pointer problem Pin
mufasa218-Jun-04 1:00
mufasa218-Jun-04 1:00 
GeneralRe: free pointer problem Pin
jmkhael18-Jun-04 1:15
jmkhael18-Jun-04 1:15 
GeneralRe: free pointer problem Pin
Rodrigo Pinto Pereira de Souza18-Jun-04 1:54
Rodrigo Pinto Pereira de Souza18-Jun-04 1:54 
GeneralUsing VC++6 .dll and .lib in VC.NET Pin
Freddie Code18-Jun-04 0:58
Freddie Code18-Jun-04 0:58 
GeneralUsing dll... Pin
uniqueworld18-Jun-04 0:40
uniqueworld18-Jun-04 0:40 
GeneralRe: Using dll... Pin
irshad_bukhari18-Jun-04 3:45
irshad_bukhari18-Jun-04 3:45 
Generalgeneral question about network traffic detection Pin
SireNexus17-Jun-04 23:27
SireNexus17-Jun-04 23:27 
Hello,

i want to develop a tool for winXP that dynamically
limits Intenet (IP) bandwith on a LAN host (LAN connected to Internet via router).
the tool should run on all LAN clients and send
information about the current IP traffic on the client to the other clients. with this information it should limit the bandwith to a predefined value, if the other clients need full bandwith, too.
for example: if three clients need full bandwith all
get limited to 1/3 of the full bandwith available.
if just one client need full bandwith it should get all.

thats the theory.

to manage this, i need to detect the current ip traffic on a client.
searching the web brought me to MS IpHlpApi.lib
but it only detects IP datagram amounts, not the real size if an ip-packet.

next solution is ip-packet sniffing, but this need
as far as i now, developing a kernel mode driver.

i know about pcap library for packet sniffing task
but it doesnt allow packet manipulation.
i dont need packet manipulation for my task, but
ive got another project in mind that does, so i want to go the straight (maybe hard) way.

i thought about using MS Visual C++ with MFC and DDK


so my question:
what would you suggest for solving my problem?

best regards
Robert






GeneralRe: general question about network traffic detection Pin
Trollslayer18-Jun-04 1:34
mentorTrollslayer18-Jun-04 1:34 
GeneralRe: general question about network traffic detection Pin
Antony M Kancidrowski18-Jun-04 4:12
Antony M Kancidrowski18-Jun-04 4:12 
GeneralCheck for existing directory Pin
Cedric Moonen17-Jun-04 23:22
Cedric Moonen17-Jun-04 23:22 
GeneralRe: Check for existing directory Pin
Arjan Schouten17-Jun-04 23:38
Arjan Schouten17-Jun-04 23:38 
GeneralRe: Check for existing directory Pin
Cedric Moonen17-Jun-04 23:48
Cedric Moonen17-Jun-04 23:48 
GeneralRe: Check for existing directory Pin
James R. Twine18-Jun-04 11:47
James R. Twine18-Jun-04 11:47 
GeneralRugular Expression State Diagram Pin
John R. Shaw17-Jun-04 22:06
John R. Shaw17-Jun-04 22:06 
Generalraw Ethernet packet using NDIS Pin
poirouge17-Jun-04 22:05
poirouge17-Jun-04 22:05 
GeneralRe: raw Ethernet packet using NDIS Pin
Antony M Kancidrowski18-Jun-04 4:16
Antony M Kancidrowski18-Jun-04 4:16 
GeneralRe: raw Ethernet packet using NDIS Pin
poirouge20-Jun-04 22:47
poirouge20-Jun-04 22:47 
GeneralTextBox ActiveX control Pin
TK_wei17-Jun-04 21:01
TK_wei17-Jun-04 21:01 
Generaldirectshow play mpeg2 file Pin
lonely_life17-Jun-04 20:15
lonely_life17-Jun-04 20:15 
Generaltextbox auto return Pin
lonely_life17-Jun-04 20:06
lonely_life17-Jun-04 20:06 
GeneralRe: textbox auto return Pin
Johan Rosengren17-Jun-04 20:58
Johan Rosengren17-Jun-04 20:58 
GeneralDifference Between ,, Debug build and Release Build Pin
Zeeshan Bilal17-Jun-04 20:04
Zeeshan Bilal17-Jun-04 20:04 
GeneralRe: Difference Between ,, Debug build and Release Build Pin
PJ Arends17-Jun-04 20:11
professionalPJ Arends17-Jun-04 20:11 
GeneralRe: Difference Between ,, Debug build and Release Build Pin
JHAKAS17-Jun-04 20:27
JHAKAS17-Jun-04 20:27 

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.