I'm trying to inspect and analyze my network traffic. Suddenly I found something confusing. I was thought that packets are splited to streams based on their (SRC_IP, DES_IP, SRC_PORT, SRC_PORT , PROTOCOL_NUM)
. But now I found two groups of packets with equal above features but interpreted as two different streams in Wireshark:
As you see below, the RTP
packets with even packet numbers are a single stream and the RTP
packets with odd packet number are another stream, while both has equal (SRC_IP, DES_IP, SRC_PORT, SRC_PORT , PROTOCOL_NUM)
. Why?
To compare the statistics:
They are interpreted as two different streams: