Recording outgoing packets from an external program

Discussion in 'C' started by Tart, Oct 30, 2006.

  1. Tart

    Tart New Member

    Joined:
    Oct 30, 2006
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi, I'm a C++ newbie. How do I record the packets that are being sent from an external program to a server?
     
  2. jamieplucinski

    jamieplucinski New Member

    Joined:
    Nov 5, 2006
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    There are several libraries that allow you to do this, and also some open-source tools like Ethereal that allows packet logging. Ethereal is a great and well-tested piece of software that runs on a variety of platforms. Grab some of their code and read through, I'm sure you'll find your answer there :D
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice