URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=104a6edd1fb703c5c2319c893720df86f8c9a9e7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
104a6ed by Gerald Combs (gerald@xxxxxxxxxxxxx):
Disable IPv4 checksum verfification to match TCP and UDP.
Offloading seems to be very common nowadays and having this option
enabled by default generates a lot of false positives. Suggested by
Laura Chappell.
Change-Id: I285f218efb3c9f164d8ad7a6d6de8270e442ffff
Reviewed-on: https://code.wireshark.org/review/426
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 616ed71 Fix bug which (somewhat) randomly caused UAT pref to not display on a proto pref page.
adds 104a6ed Disable IPv4 checksum verfification to match TCP and UDP.
Summary of changes:
epan/dissectors/packet-ip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)