Wireshark-bugs: [Wireshark-bugs] [Bug 10361] UDP checksum miscomputed over wrong set of bytes du

Date: Tue, 12 Aug 2014 00:41:40 +0000

Comment # 1 on bug 10361 from
Or, to just explicitly list the change in question:

commit 8c64c5da892b3861260950d8bd34b6c2f9acd2d4
Author: Michael Mann <[email protected]>
Date:   Sun Oct 27 20:38:42 2013 +0000

    Remove iplen and iphdrlen from struct _packet_info.
    Dissectors should just use (reported) tvb length and taps have other ways
to get the data.

    svn path=/trunk/; revision=52899

If "Dissectors should just use (reported) tvb length", then the dissectors that
call those dissectors should supply the appropriate tvb length.


You are receiving this mail because:
  • You are watching all bug changes.