WireShark reports that the ICMP checksums generated by the Unix ping application are wrong. What is going on!?
An older version of the stub code only saved the first 96 bytes of the packets it receives and the generated ICMP packets are 98 bytes, hence WireSharkâs checksum does not take into account the last 2 bytes. The latest version of the stub code has the packet dump length increased to 100 bytes. You may also modify sr_router.h to increase PACKET_DUMP_SIZE yourself.
Related Questions
- Ive tried to convert my Java application but the translator reports "Cannot find class: java.lang.Object". Whats wrong?
- Ethereal reports that the ICMP checksums generated by the unix ping application are wrong. What is going on!?
- My application crashes when receiving a beam using the exchange manager. What is going wrong?