Wireshark-bugs: [Wireshark-bugs] [Bug 7759] When NIC calculates IPv4 header checksum, the packet

Date: Wed, 26 Sep 2012 08:21:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7759

Chris Maynard <christopher.maynard@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9233|review_for_checkin?         |review_for_checkin-
              Flags|                            |

--- Comment #2 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2012-09-26 08:21:51 PDT ---
Comment on attachment 9233
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9233
patch for epan/dissectors/packet-ip.c

An IP checksum of 0 is bad and should be marked as such.  The "problem" is that
checksum offloading is going on and so Wireshark gets a copy of the outgoing
packets before the NIC calculates the checksum.

As mentioned in the user guide, you can either disable checksum offloading in
the network driver or you can disable checksum validation in Wireshark.  Refer
to section 7.8.2 of the user guide for more details:
http://www.wireshark.org/docs/wsug_html_chunked/ChAdvChecksums.html#id36172093

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.