TCPIP,WORKS,DISK,PSC,Support,Multiple,IPproto
Quick Search for:  in language:    
TCPIP,WORKS,DISK,PSC,Support,Multiple,IPproto
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
RentACoder Stats

 Code:  lines
 Jobs: 0 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for RentACoder.
Wrapping Scrolling Text
By Paranoid_Androi d on 7/2


Create A Dummy File
By AML on 7/2


Click here to see a screenshot of this code!Captionbar manipulation!
By Peter Hebels on 7/2

(Screen Shot)

A Game Of War
By Co0nest on 7/2


Click here to see a screenshot of this code!KeyGen Example
By Bengie|NET on 7/2

(Screen Shot)

Click here to see a screenshot of this code!OpenBrowser v1.9
By Orlando Jerez on 7/2

(Screen Shot)

SendMessageBySt ring() Example
By Jaime Muscatelli on 7/2


Click here to see a screenshot of this code!FirstSunday
By Jan Paul Penning on 7/2

(Screen Shot)

Click here to see a screenshot of this code!Ikonz v1.0
By Gaurav Creations on 7/2

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

TCP-IP Datalook V1.4 UPDATED!! ** Support multiple protocol adaptors ** (07-24-01)

Print
Email
 
winzip icon
Submitted on: 7/16/2001 10:37:33 AM
By: Peter V.  
Level: Intermediate
User Rating: By 38 Users
Compatibility:

Users have accessed this code 10080 times.
 

(About the author)
 
     UPDATED!!(07-24-2001)<BR> Support now Multiple IP,protocol adaptors !<BR> Check,look the data on TCP-IP sockets. Now with 'Extra' , that shows a option menu per Connection you make.(clearscreen - Data change for Client appl - Connect/Disconnect button - Help box)<BR><BR> PROGRAM DESCRIPTION:::: <BR> ----------------------- <BR> View the data on a socket between Client application & Server application.<BR> (With this program you can use multiple connections-sockets)<BR> So with this program you can see (visual) the data between example outlook & ISP-pop3 server. You can also save the data for further study.<BR> If you have example a internet application, Direct Connect,mirc..ect, let this client appl connect to my program & let my program connect the needed server, so now you have the possibility to view the data between server & client.. so you can study it & make maybe a own clone application that uses the protocol , data you've captured.. <BR><BR> HOW IT WORKS: <BR> -------------- <BR> Let a client appl not connect to the server, but to the local ip & port of your pc..<BR> Now click on the new connection button,<BR> & lets listen on the port where the client appl will connect to..(fill down the port!)<BR> Put in the box connecting to the dns or ip & port where my appl will connect to (in that case the ip & port of the server).<BR> So you have now the possibility to view the data between server & client..<BR> You can also save the captured data to DISK !<BR> (And you can it open later...)<BR> Try the program & test the new options ! <BR> With this application , you also can see the local used ports & where they are connected to.. (that part of code i've borrowed here..)<BR><BR> Have fun ! and view now the protocols that you doesn't know yet....<BR><BR> PS: Please Vote for me !<BR><BR> .... See my other stuff on PSC..<BR> ************************************ <BR> To Nick Johnson for the NETSTAT part ! see on right part of the screenshot . ************************************ <BR><BR> Greetings,<BR> Peter.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for langauges that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 5 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
7/16/2001 11:23:09 AM:Jerome
This code is great !
I was looking for 
that stuff..
Very nice work !!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/16/2001 11:42:56 AM:SuperToy
Nice work !!
Excellent to spy & study 
data !!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/16/2001 12:57:44 PM: Creator7
hello,
I was looking how to view data 
on a socket ,port because my 
application i've wrote gave me some 
errors (RFC protocol), because i didn't 
had doc's about the protocol.
But 
thanks to you i can see now what is 
send & received to/from the server ! 
Question : why it doesn't work when 
you have multiple ip installed on your 
computer ? Winsock detects only the 
default IP ?
Great code 
anyway!
...............................
.....
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/16/2001 1:37:38 PM:Nick Ridley
Hi, gr8 code so a 5 from me. Although 
any fool could do this youve placed it 
in a good GUI and made it very useable, 
nice work. :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/17/2001 2:20:09 AM:Edwin Vermeer
Hi, I found one 'bug' and couple of 
nice to haves:
frmDocument should 
say:
Dim speedUP As Long, speedDOWN As 
Long
Colors are unreadable 
(customize?)
It should be nice to have 
a clear display button.
 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/17/2001 8:47:47 AM:Verburgh Peter
Hello,
Program is now updated with a 
clear button , changed some small code, 
and the GUI (document background)
Thx 
for the hints !
Peter.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/17/2001 11:17:18 AM:Verburgh Peter
Click now at startup on the splash 
screen purple 'button' and the you can 
see the users that has runned this 
application !!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/19/2001 1:41:56 PM:Harry Orwell
This is a great piece of code..Your 
doing a great job 5 globes 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/20/2001 4:43:52 AM:Mike Canejo
If your trying to figure out a programs 
protocol on windows 9x then use this: 
http://members.fortunecity.com/mtcbox/wp
e_13.zip 
It's a packet edit. It can 
capture/edit/send packets comming or 
recieved by for from a program. I used 
this for figuring the Hotline protocol 
out a year back but i'm on win2k now so 
this program isn't much use anymore.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/20/2001 4:45:03 AM:Mike Canejo
*packet editor
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/20/2001 6:41:32 PM:Head Hick Of The CREW
Code that sends user data to anothers 
site is often considered "spyware", 
other than that the code is pretty nice.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/21/2001 10:12:03 PM:Verburgh Peter
Try the NEW UPDATRE (21-07-2001).
with 
new functions per connection you use !!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/22/2001 12:59:49 PM:Shuster
I like the idea plus the source of code.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/22/2001 8:30:43 PM:LaVilleVB
Bien source!
i was look for something 
like that & the code is very useful , 
specialy the 'new' part Client data 
change to server.. you can cheat the 
server.!:-)
Nice stuff !!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/24/2001 6:33:23 PM:Peter Verburgh
Support now MULTIPLE protocoll 
adaptors.
Check it out !
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/31/2001 6:42:46 PM:Jared Bruni
Hello Peter, I dont normaly come into 
the VB section, but I happend to wander 
over here today. Very nice application, 
 so I here by award you 5 globes :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 9:28:09 PM:HERNAN
EXCELLENT !!!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/24/2001 2:06:51 AM:Chris Hatton
Excellent work Peter. 100% 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/29/2001 9:23:59 PM:WizKid
This code could be potentially used to 
test a network's security. For example, 
if I was to create a new protocol for a 
company IM program, but didn't want 
anybody else access to it, you could 
set up a password system. Using Peter's 
program, you could check to see how 
easy it would be to get a password 
and/or decrypt it.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/3/2001 8:19:02 AM:Savedadogs
Nice Program ..can someone teach me how 
to use it ...I seem to get no data 
transfer on the ports I am listening 
to....what am I doing wrong?? Someone 
explain to me how to use this program??
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/15/2001 8:04:46 PM:Databit
I am having the same problem as above. 
Could you make some kind of doc for 
this? thanx
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/15/2001 8:07:10 PM:Databit
nevermind I figured it out. mistake on 
my part
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/19/2001 2:31:48 AM:Fearless
This code is very good.
Happy nice 
work.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/12/2001 7:22:34 PM:Mike Down
This program looks very 
similar......
http://www.planet-source-
code.com/xq/ASP/txtCodeId.4039/lngWId.1/
qx/vb/scripts/ShowCode.htm
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/4/2002 9:55:57 AM:Gerardo
This is great,
very very nice.
Very 
good job.
I just need some like this. 
Keep it high Boy.
Gerardo
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/13/2002 9:33:00 PM:hal
how do you get the other app to connect 
to the server(local computer)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/17/2002 5:07:07 PM:Wåzerface
Oh my god... wow.... this is sweet.. i 
always wanted to know how to do this...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/20/2002 11:29:17 PM:yang koo
good!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/24/2002 4:40:15 PM:Mike_Down
Its really interesting how similar this 
program is to my IP Break Out Box eve 
how the dialog works. It would seem 
that you have designed your program 
after mine without giving me credit. I 
created and uploaded IP Break Out Box 
on 10/14/99 and you uploaded yours on 
7/16/2001 See 
http://www.planet-source-code.com/vb/scr
ipts/ShowCode.asp?txtCodeId=4039&lngWId=
1 
Mike Down
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/24/2002 5:38:33 PM:Mike_Down
I am sorry for my previous post, I felt 
that Peter had in some way copied my 
design, this is not true. After getting 
an email from Peter everything has been 
cleared up.
Mike Down
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/25/2002 4:46:19 PM:Andres Reyes Galgani
Hello, please, some learn me to how 
play with this program
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | RentACoder Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.