C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 08-20-2005, 02:24 AM   #1
Registered User
 
Join Date: Nov 2003
Posts: 109
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 !!!
arian is offline   Reply With Quote
Old 08-20-2005, 03:28 AM   #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.
Devil Panther is offline   Reply With Quote
Old 08-20-2005, 08:32 AM   #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.
orbitz is offline   Reply With Quote
Old 08-21-2005, 11:34 AM   #4
Registered User
 
Join Date: Nov 2003
Posts: 109
tnx and sorry for my delay .
I found the problem . I had put wrong value in data length .
arian is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for constructive criticism wd_kendrick C Programming 16 05-28-2008 09:42 AM
One quick question... Kross7 C++ Programming 10 04-13-2007 09:50 PM
Tic Tac Toe program... Kross7 C++ Programming 12 04-12-2007 03:25 PM
pointers InvariantLoop C Programming 13 02-04-2005 09:32 AM
code help :) Unregistered C Programming 4 02-28-2002 01:12 PM


All times are GMT -6. The time now is 05:33 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22