Hi, On Tue, Feb 08, 2005 at 06:08:32PM +0530, shantha wrote: > tcpdump is displaying beacons and all the data packets but it is not > displaying the ACK frames which will be there for every data packet.
There are not necessarily any "ACK frames" - if data is flowing both ways, ACKs can be sent as part of a normal TCP data frame (actually: each TCP packet contains an ACK number - so an "ACK frame" is a special case of a TCP packet with no data content). Also, modern TCP implementations don't send a single ACK per data packet, but usually only an ACK for a number of received packets. Can you show a dump of a few packets flowing back and forth? gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [EMAIL PROTECTED] fax: +49-89-35655025 [EMAIL PROTECTED] - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.