Thread: pc doesnt answer to TCP request to send

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    183

    pc doesnt answer to TCP request to send

    can you plz tell me what is wrong ?
    when I send UDP packet to my PC NIC , number of recived packets in ethernet statue window increses and my packet sniffer shows the data correctly but when I sent TCP/SYN(request to send) , while number of recived packets in ethernet statu window increases , sniffer doesnt show anything !!!

  2. #2
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    You probably took my advice and are using Ethereal...
    The sniffer does captures the tcp packets, it's just there is some sort of bug that you can't see the number of captured tcp packets. But once you stop the capture you will be able to see the tcp packets!

    Another thing you can do, is to set the Ethereal to show you the packets in real-time. Simply play with the options.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    Hard to really tell you without more information. You are opening a connectino right? Can we see the code? You havn't provided enough information to really help you.

  4. #4
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    tnx and sorry for my delay .
    I found the problem . I had put wrong value in data length .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Looking for constructive criticism
    By wd_kendrick in forum C Programming
    Replies: 16
    Last Post: 05-28-2008, 09:42 AM
  2. One quick question...
    By Kross7 in forum C++ Programming
    Replies: 10
    Last Post: 04-13-2007, 09:50 PM
  3. Tic Tac Toe program...
    By Kross7 in forum C++ Programming
    Replies: 12
    Last Post: 04-12-2007, 03:25 PM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. code help :)
    By Unregistered in forum C Programming
    Replies: 4
    Last Post: 02-28-2002, 01:12 PM