1 | initial version |
Hello, I'm trying to analyze----follow----udp stream a pcap file in order to check the payload but the output of the follow UDP stream is quite unreadable.
"Follow UDP Stream" was inspired by "Follow TCP Stream"; they both are oriented towards protocols using plain text. Many protocols that run over TCP are plain-text; not as many protocols that run over UDP are plain-text.
I'm trying to check if any mising sequence numbers
UDP has no sequence numbers - each UDP datagram is on its own.
The only sequence numbers you will see are sequence numbers in protocols running above UDP; Wireshark may be able to dissect some of those protocols. What protocol are you trying to analyze?