Re: tcp handshake and InternetOpenURL

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello there,

All you have to do is just open WireShark, filter interface, and specify
filtering by HTTP protocol (both TCP and UDP). That's all. Then you're able
to launch your test program and see how things are gone on a wire.

--
V.
This posting is provided "AS IS" with no warranties, and confers no
rights.
"vc-programmer" <vcprogrammer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7A41EC70-304F-4593-854A-CDA1831AFA2B@xxxxxxxxxxxxxxxx
hello all,

i want to see the tcp three-way handshake in wireshark, for the api
InternetOpenUrl . how can i do that?

the reason is that i am downloading a file, and in a while loop do an
InternetOpenURL first. After two successful attempts, the connection goes
in
a limbo for a few minutes. I want to debug and see whether the server is
acting-up or its the api which is.

the full details of my situation is at :
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.win32.programmer.networks&tid=f033f5d3-4828-4178-baf1-beb6ddcd8845&p=1

thanks,
vc-programmer


.