Thanks
Cristiano
Not usually a problem. Wireshark views packets as they are sent
to/from the NIC. Most NICs have an option that the NIC itself will
insert the checksum as the packet goes out instead of making the TCP
stack pre-calculate it and insert it (i.e. the job of inserting
checksum has been "offloaded" to the NIC). See the Advanced settings
in the device manager for your NIC for the offload option. If you
view the same packet with Wireshark from the destination computer on
the network, you will probably see a correct checksum.
HTH,
John