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 asked 09 Jun '17, 04:32 lokeshboddeti edited 09 Jun '17, 04:33 |
One Answer:
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 "/". answered 09 Jun '17, 04:34 Jasper ♦♦ |
Thank you jasper, for the clarification.
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.