Thread: HTTP & Telnet Data Interpreter Component/Control in VC++?

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    5

    Question HTTP & Telnet Data Interpreter Component/Control in VC++?

    Hi, currently I'm doing a program that needs to load data packets under HTTP and telnet protocol intercepted and stored in a database, then display the data interpreted. I wonder if there are some existing control/component or something that can do the HTTP/telnet protocol interpretation in VC++? Thanks a lot!

  2. #2
    In the Land of Diddly-Doo g4j31a5's Avatar
    Join Date
    Jul 2006
    Posts
    476
    Are you talking about socket programming? Try googling for "winsock".

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    5
    Nope, I've already programmed a TCP sniffer listening at port 23 traffic and intercept all data packets (which are under TELNET protocol), then stored them into database. Now I need to display a simulation of the TELNET communication based on the data stored. Anyone can help? thanks.

  4. #4
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    Ethereal can extract a lot of info from the captured packets... Have you checked its SDK whether it provides the data you need?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter: Data type question
    By audinue in forum Tech Board
    Replies: 6
    Last Post: 07-04-2009, 06:44 AM
  2. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  3. Post programs
    By GaPe in forum C# Programming
    Replies: 8
    Last Post: 05-12-2002, 11:07 AM
  4. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM
  5. How do I base size of arrays on annother number?
    By Dual-Catfish in forum C++ Programming
    Replies: 15
    Last Post: 09-25-2001, 01:31 PM