Thread: sending TCP reset

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    2

    sending TCP reset

    Hello all you readers,
    For a student project, I'm going to develop a simple application which stay in the gateway and send TCP reset to live connections which matches to my criteria. The program should work in sniffer mode. I had some R&D around snort and pcap but want to know if anybody has experiences in this issue. please guide me.

    Cheer ya all.
    Sindy

  2. #2
    Registered User
    Join Date
    Jul 2007
    Posts
    2
    You better look for LIBNET library available at libnet.sourceforge.com.
    Also a good article in network programming forums may help you. some samples are also availble here:
    low level network security programming blogspot.
    Hope it helps.

  3. #3
    Registered User
    Join Date
    Jul 2007
    Posts
    2
    Quote Originally Posted by netranger View Post
    Hello all you readers,
    For a student project, I'm going to develop a simple application which stay in the gateway and send TCP reset to live connections which matches to my criteria. The program should work in sniffer mode. I had some R&D around snort and pcap but want to know if anybody has experiences in this issue. please guide me.

    Cheer ya all.
    Sindy
    For a clue I'm looking for a working code such as snort but snort is really complicated. You know any simple application that performs all or parts of the subject?

  4. #4
    Registered User
    Join Date
    Jul 2007
    Posts
    2
    Also a good article here at codeproject
    http://www.codeproject.com/useritems/HTTPFilter.asp

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sending / Receiving Info Via TCP or UDP
    By bengreenwood in forum C Programming
    Replies: 0
    Last Post: 03-24-2009, 02:17 AM
  2. sending zero bytes over TCP socket
    By nantonop in forum Networking/Device Communication
    Replies: 4
    Last Post: 09-03-2007, 08:10 AM
  3. Accessing TCP flags in TCP packets on Linux using C !!
    By vishamr in forum Linux Programming
    Replies: 2
    Last Post: 10-16-2006, 08:48 AM
  4. SSH Hacker Activity!! AAHHH!!
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 03-06-2005, 03:53 PM
  5. TCP TIME_WAIT state
    By Engineer in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 12-27-2001, 08:50 AM