Ask Your Question
0

Firmware transfer fails from local webserver with TCP retransmissions

asked 2020-11-07 06:54:31 +0000

updated 2020-11-07 14:38:36 +0000

Jaap gravatar image

I am running a local webserver on port 3274.

I am able to open the URL in local and remote system to view the files in the directory from which the file needs to be transferred.

Once I begin transmission, for a long time the packet transmission goes smoothly.

But then I start getting multiple TCP Retransmission of length 382, TCP acked unseen segment of length 60. After this begins, in a short time the file transfer is stopped and my operation is cancelled.

Please let me know if any additional detail is required in the description.

Google Drive link: https://drive.google.com/file/d/1XXPm...

edit retag flag offensive close merge delete

Comments

Put the capture file on a publicly accessible file share and add the link to your question.

Jaap gravatar imageJaap ( 2020-11-07 11:13:09 +0000 )edit

Thank you. I have added the link to my wireshark log

ganeshkamath89 gravatar imageganeshkamath89 ( 2020-11-07 11:31:51 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-07 15:20:48 +0000

hugo.vanderkooij gravatar image

updated 2020-11-07 15:25:51 +0000

If you do follow TCP stream the first stream is a correct one. The streams after that ...... are not correct in my view.

In the first stream you get a HTTP 206 response followed by the chunk of the file. That chunk is sent with a correct TCP sequence number.

But evry check after that you get also a HTTP 206 response but the chunk starts with the Sequence number on 1 which basically ignores the packet allready sent.

So I would have serious beef with any server administrator sending me this sort of data.

edit flag offensive delete link more

Comments

I have edited the shared wireshark log. There is long chain of correct stream before the one I have shared. But because it was a repetition, I have removed it.

Can you suggest any solution on how to overcome this expecially any web-server setting? Because I can control only the web-server setting.

ganeshkamath89 gravatar imageganeshkamath89 ( 2020-11-07 16:00:32 +0000 )edit

It's very difficult to analyze a capture when it's been modified, especially when we aren't informed of the modifications.

Please either share the unedited capture, or use something like TraceWrangler to anonymise it, letting us know you have done so.

grahamb gravatar imagegrahamb ( 2020-11-08 11:10:29 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-11-07 06:54:31 +0000

Seen: 221 times

Last updated: Nov 07 '20