How to see the FCS in Ethernet frames?
When using wireshark to sniff ethercat frames (while a Twincat project is working), I can see all but the FCS
Depending on your OS and/or how you captured your traffic it's highly likely it's not possible.
Personally I've never seen it even when capturing using passive fiber TAPs (via a Network Packet Broker).
See this post for more discussion (and possible solutions) to the problem: https://osqa-ask.wireshark.org/questi...
Poor man's method when you don't have special equipment:
You can do this with an Intel NIC on windows, too: https://www.intel.com/content/www/us/...
@Christian_R, that Intel article talks about VLAN tags, not Frame Check Sequences. What am I missing?
@cmaynard 1—enabled (Store bad packets. Store CRCs. Do not strip 802.1Q vlan tags)
Try this: https://stackoverflow.com/questions/2...
ethtool -K eth0 rx-fcs on #1 above: give us the FCS field ethtool -K eth0 rx-all on #2 above: even receive bad packets
and then Edit -> Wireshark -> Preferences -> Protocols -> Ethernet -> Assume packets have FCS
Asked: 2018-05-05 07:24:15 +0000
Seen: 20,959 times
Last updated: Oct 04 '18