I am trying to understand the capture for PING in wireshark. Can some one tell me what is the meaning of seq=1/256 or seq=3/768 in ICMP packet info? Thanks in advance |
It's the sequence number that ICMP echo packets have, and since it can be in little endian or big endian byte order, Wireshark shows both interpretations, separated by the "/". Thank you jasper, for the clarification.
(09 Jun '17, 04:36)
lokeshboddeti
If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.
(09 Jun '17, 06:12)
Jaap ♦
|