The Ethernet FCS is 32 bits, not 16 bits.
authorGuy Harris <guy@alum.mit.edu>
Mon, 24 Jun 2013 19:00:55 +0000 (19:00 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 24 Jun 2013 19:00:55 +0000 (19:00 -0000)
svn path=/trunk/; revision=50127

epan/dissectors/packet-eth.c

index 1e601a5bad7148bf94c1763fa9a9f4564447f335..b9fcdc48c96ba19f885e3daca3ed52bec67e8077 100644 (file)
@@ -746,7 +746,7 @@ proto_register_eth(void)
             "Ethernet Trailer or Checksum", HFILL }},
 
         { &hf_eth_fcs,
-        { "Frame check sequence", "eth.fcs", FT_UINT16, BASE_HEX, NULL, 0x0,
+        { "Frame check sequence", "eth.fcs", FT_UINT32, BASE_HEX, NULL, 0x0,
             "Ethernet checksum", HFILL }},
 
         { &hf_eth_fcs_good,