Ask Your Question

TiMeX's profile - activity

2023-02-24 08:32:00 +0000 received badge  Taxonomist
2020-05-10 12:09:05 +0000 received badge  Famous Question (source)
2019-08-12 17:31:23 +0000 received badge  Notable Question (source)
2018-09-18 05:24:52 +0000 received badge  Popular Question (source)
2018-03-10 05:17:00 +0000 marked best answer Why is this TCP SYN/ACK packet malformed?

So I've been trying to make a TCP-Stack in VHDL but I've run into the problem that the SYN/ACK packet I'm sending for the initial handshake is malformed according to Wireshark and I can't seem to figure out why.

I've uploaded the wireshark file to my dropbox:

https://www.dropbox.com/s/ggvfmb442i0...

It's packet No. 15.

There must be some error in how the packet is put together since Wireshark says it's not a full TCP-Header even though all the data is there.

Any help would be much appreciated.

2018-03-09 20:56:34 +0000 commented answer Why is this TCP SYN/ACK packet malformed?

thank you so much! I completely forgot changing that after I did some changes

2018-03-09 13:03:07 +0000 asked a question Why is this TCP SYN/ACK packet malformed?

Why is this TCP SYN/ACK packet malformed? So I've been trying to make a TCP-Stack in VHDL but I've run into the problem