I am trying to check and analyze my network traffic. Suddenly I found something incomprehensible. I thought that the packets are divided into threads based on them (SRC_IP, DES_IP, SRC_PORT, SRC_PORT , PROTOCOL_NUM) . But now I found two groups of packages with the functions equal above, but interpreted them as two different streams in Wireshark:
As you can see below, RTP packets with even packet numbers represent one stream, and RTP packets with odd packet numbers represent another stream, while both have equal (SRC_IP, DES_IP, SRC_PORT, SRC_PORT , PROTOCOL_NUM) . Why?
To compare statistics:


They are interpreted as two different streams:


udp network-programming wireshark rtp
Abraham
source share