WireShark Stream index 란?

황제낙엽 2021.01.04 18:03 조회 수 : 415

sitelink1 https://stackoverflow.com/questions/6076...-come-from 
sitelink2  
sitelink3  
extra_vars6  

스트림 인덱스는 [IP 주소 A, TCP 포트 A, IP 주소 B, TCP 포트 B]에 대한 내부 와이어샤크 매핑입니다

 

동일한 tcp.stream 값의 모든 패킷은 [IP 주소 A, TCP 포트 A, IP 주소 B, TCP 포트 B] 필드에 대해 동일한 값을 가져야 합니다 (Src/dest는 A->B 및 B->A 패킷에 대해 전환됨)

 

이러한 스트림의 요약을 표시하려면 WirelessShark의 Statistics/Conversions/TCP 탭을 참조하십시오

 

 

 

 

 

<원문>

the stream index is an internal Wireshark mapping to: [IP address A, TCP port A, IP address B, TCP port B]

 

All the packets for the same tcp.stream value should have the same values for these fields (though the src/dest will be switched for A->B and B->A packets)

 

see the Statistics/Conversations/TCP tab in Wireshark to show a summary of these streams