 |
|
 |
hi,
i am using visual c++ 6.0(with visual studio). the thing is that i was unable to find the iphlpapi.h file in my include folder. so i copied it and then i also copied the lib file. i am still unable to use it as it keeps asking for other header files.
i tried finding help on msdn but everything there is related to the platform sdk. can somebody please help me out with this. i really need to get this working.
if you could can you plese mail any help to blubarnacle[at]gmail.com
thanks,
vivek
|
|
|
|
 |
|
 |
I've got the exactly same problem with you. I compiled the project and it didn't go well, turns out that the program couldn't find iphlpapi.h in my Visual Studio 6.
Where can i get this iphlpapi.h? Thank you very much.
|
|
|
|
 |
|
 |
You can help me in implement "Kill Connection" ?
I Not can implement Function : SetTcpEntry
Any idea for implement ?
|
|
|
|
 |
|
 |
where can you download IP Helper ?
|
|
|
|
 |
|
 |
Actaully the IP Helper Apis are the part Of PSDK.
you have two OPtion either Download PSDK from Microsoft.com or Dynamically load each function from the IpHlpapi.dll
"I Think this Will Help"
[Vote One Here,.....]
visit me at http://www.thisisalok.tk
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
error on iphlpapi.h could not find
Andre Oliveira
|
|
|
|
 |
|
|
 |
|
 |
This source code is excellent and really helpfull but how would close or block and active connection?
|
|
|
|
 |
|
 |
That's even simpler. Whichever connection entry (MIB_TCPROW) you want
to disconnect set the dwState parameter of that to MIB_TCP_STATE_DELETE_TCB and then call SetTcpEntry() on that. This will close (forcefully) that
connection.
HTH,
Farooque
|
|
|
|
 |
|
|
 |
|
 |
Subject says it all. The purpose of this site is to educate the readers. Write a something about how learned about the APIs, the problems you overcame, etc. Don't just leave us hanging with the source code and nothing else.
I gave this article a "1", because there was no substance. It didn't even make me curious enough to download the code and try it.
--
Paul
"I drank... WHAT?"
|
|
|
|
 |
|
 |
Great illustration.
But, does any one knows how to link the infos obtained from GetTcpStatistics to process(PID) or instance infos ?
I've found no way to do that in the whole MSDN.
Any help would be welcome.
Regards
The meta-Turing test counts a thing as intelligent if it seeks to
devise and apply Turing tests to objects of its own creation.
-- Lew Mammel, Jr.
|
|
|
|
 |
|
 |
I know of a program ..and the only one , goes by the name "inzider" that Shows which processes listen at what ports.
http://ntsecurity.nu/toolbox/inzider/
cheers
|
|
|
|
 |
|
 |
I am quite interested in these tools.... but alas, they do not build -- there's an include in one place that refers to TCPInfo.rc2 (missing file) from TCPInfo.rc
directory structure is wrong too... time to upload a new ZIP file...
-p
|
|
|
|
 |
|
 |
Farooque's code is also on this site and the links work.
http://www.codeguru.com/internet/TCPInfo.html
Nate
You can kill the revolutionary, but you can't kill the Revolution. (RATM & TOOL)
|
|
|
|
 |
|
 |
Hi,
I want to view it but I can't get it to compile...
1) Picture above doesn't show...Not to important!
2) EXE link is broken.
3) Zip (Source) file doesn't have a "res" directory files
4) Don't have "Iphlpapi.h"...is this SDK stuff or just missing?
I have made something similar, but I want to see yours...
Thanks in advance,
Dan
|
|
|
|
 |
|
 |
Hi,
1) Don't understand
2) The EXE was in another zip file, probably its not uploaded.
3) Yes, i apologize for it, i missed the res directory while zipping.
4) It comes with MS PSDK (platform SDK). apart from this u will also need Iphlpapi.lib, which is not included in source
You can download the updated zip from:
http://www.codeguru.com/internet/TCPInfo.html
It will solve 2 and 3. Can't do anything about 4, may be u need to get SDK or upgrade existing one.
|
|
|
|
 |
|
 |
Hi Farooque,
I finally downloaded again and made sure the PSDK was present All went Ok. You have done great job with this (better than mine )...but that is why CodeProject is here! Thanks for sharing your ideas!
Regards,
Dan
|
|
|
|
 |
|
 |
i used gettcptable to get ports in use, and i want to link an exe file to the ports in use, how can i go about doing this
my email is helpwithvb@yahoo.com
|
|
|
|
 |
|
 |
i used gettcptable to get ports in use, and i want to link an exe file to the ports in use, how can i go about doing this
my email is helpwithvb@yahoo.com
|
|
|
|
 |