I'm writing an app that captures TCP packets, looking for certain info in the packet stream. I'm noticing that I just don't seem to be getting any FIN bits in the Flags field of the TCP header - I'm using this field to know when the string of packets I want is complete. I'm pretty sure I have the right byte - getting lots of 0x18's etc, but I'm looking for the 0x01 bit to be set.
Has anyone else seen this, and is there a solution? My app is running on Windows XP, D-Link 650 wireless adapter card and DLink wireless router and I'm monitoring packets going to an iPAQ running IE using another D-Link 650 wireless card using promiscuous mode. ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
