简体   繁体   English

Wireshark - TCP SYN、SYN ACK 和来自服务器的确认号

[英]Wireshark - TCP SYN, SYN ACK and acknowledgement number from server

I have a trace like the shown in the pictures bellow:我有如下图所示的痕迹: 在此处输入图像描述 在此处输入图像描述

I want to know the raw sequence number from the segment TCP SYN (1), the raw sequence number from the SYN ACK (2) and the acknowledgement number from the server (3).我想知道段 TCP SYN (1) 中的原始序列号、SYN ACK (2) 中的原始序列号和服务器 (3) 中的确认号。

By expanding the layer 3, I got the following information:通过扩展第 3 层,我得到以下信息:

Transmission Control Protocol, Src Port: 60843, Dst Port: 80, Seq: 1, Ack: 1, Len: 0
    Source Port: 60843
    Destination Port: 80
    [Stream index: 8]
    [TCP Segment Len: 0]
    Sequence Number: 1    (relative sequence number)
    Sequence Number (raw): 2241567664
    [Next Sequence Number: 2    (relative sequence number)]
    Acknowledgment Number: 1    (relative ack number)
    Acknowledgment number (raw): 2536056279
    0101 .... = Header Length: 20 bytes (5)
    Flags: 0x011 (FIN, ACK)
    Window: 513
    [Calculated window size: 513]
    [Window size scaling factor: -1 (unknown)]
    Checksum: 0x1fec [unverified]
    [Checksum Status: Unverified]
    Urgent Pointer: 0
    [Timestamps]

I'm not sure if this is the correct way to find all the parameters I'm looking for.我不确定这是否是找到我正在寻找的所有参数的正确方法。

Answer 1 ->???答案1->???

Answer 2 -> Sequence Number (raw): 2241567664答案 2 -> 序列号(原始):2241567664

Answer 3 -> Acknowledgment number (raw): 2536056279答案 3 -> 确认号(原始):2536056279

Is this right?这是正确的吗? Could you please let me know which ones are the correct values for each questions (1,2 and 3)?您能否告诉我每个问题(1,2 和 3)的正确值?

Thanks.谢谢。

I'm not 100% sure, but if you click "Transmission Control Protocol" you can see in Flags the TCP SYN我不是 100% 确定,但是如果您单击“传输控制协议”,您可以在标志中看到 TCP SYN

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM