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
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-05-05 07:24:15 +0000
Seen: 20,415 times
Last updated: Oct 04 '18
When/why would a device send a frame with ethertype 0x86dd (IPv6) but it's actually an IPv4 packet?
How to capture ethernet traffic?
Cannot access Ethernet interfaces with Wireshark Portable unless I install full WinPCap?
Why do I see Ethernet frames that exceed the MTU + Ethernet header size?
How to capture packets using Wireshark in a switched ethernet network?
Problems while attempting to capture wireless packets
What is the trailer in the Ethernet frame and why is the FCS incorrect?