This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Is this a correct connection buildup?

0

Hi all,

I setup the LwIP Stack on a microcontroller, buildup a connection to a PC, transmit some data and close the connection. Please see the screenshot below. The first connection seems to be correct (Frame 6 has the PSH and ACK flag) but when I reset the controller and try to buildup a connection in the same way as the first one I receive previous segment not captured. So is this still a correct connection buildup?

Wireshark screenshot

asked 05 Oct '12, 05:04

Vic's gravatar image

Vic
1111
accept rate: 0%

Put the capture on CloudShark, so when can see/research it more easily.

(06 Oct '12, 05:47) Jaap ♦

Thank you for your reply. I uploaded the capture. Please see http://www.cloudshark.org/captures/f5459e28de9f

(08 Oct '12, 00:54) Vic
1

There's port reuse here, but Wireshark doesn't really pick up upon it. The warning seems to come from a (perceived) jump in sequence numbering.

(08 Oct '12, 07:49) Jaap ♦

So the connection is correct buildup and closed? Just for my understanding, sorry I'm really new to the ethernet stuff.

(09 Oct '12, 01:29) Vic