This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

ethernet frame check sequence incorrect

0

Why do I see this all the time - clearly the checksum cannot be wrong, and I dont think I have wireshark configured to check this anyway - see attachments

Can I turn this off somewhere? All my googling suggests the two places below should have done this??

I'm using Version 2.0.5alt text

alt text

alt text

alt text

asked 08 Aug '16, 05:43

wratty's gravatar image

wratty
16227
accept rate: 0%


2 Answers:

1

IP and UDP/TCP are layer 3 and 4, but your CRC error is on Ethernet, which is layer 2. So clearly those settings you mention are irrelevant.

You should check if "Assume packets have FCS" and "Validate the Ethernet checksum if possible" are enabled for the Ethernet protocol dissector.

answered 08 Aug '16, 05:47

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

Yes you are correct - I was being an idiot. Thanks. Sorted.

(08 Aug '16, 05:54) wratty
1

Don't be too hard on yourself - everybody can mistake those things every once in a while :-)

(08 Aug '16, 05:56) Jasper ♦♦

0

Wireshark's code to try to detect the presence of an Ethernet FCS might not be working. Please file a bug on this at the Wireshark Bugzilla, attaching, if you can, a small capture that shows it - one frame would be sufficient.

answered 08 Aug '16, 17:01

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%