The Ethernet FCS is 32 bits, not 16 bits.

svn path=/trunk/; revision=50127
This commit is contained in:
Guy Harris 2013-06-24 19:00:55 +00:00
parent b276978309
commit 00b1a9df1a
1 changed files with 1 additions and 1 deletions

View 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,