Fix presumed typo (zero-origin bit 5 is 0x0020, not 0x0002).

svn path=/trunk/; revision=42268
This commit is contained in:
Guy Harris 2012-04-26 16:25:14 +00:00
parent 0820e375b0
commit 0819326e21
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ framing signal deasserted. this is caused by software setting the drain all reg
FT_BOOLEAN, 16, NULL, 0x0002, NULL, HFILL } },
{ &hf_radiotap_vw_errors_tx_bit5,
{ "IP checksum error", "ixveriwave.errors.bit5",
FT_BOOLEAN, 16, NULL, 0x0002, NULL, HFILL } },
FT_BOOLEAN, 16, NULL, 0x0020, NULL, HFILL } },
/* All other enumerations are reserved.*/