From 0819326e21f12649134b5fc2aed9299ee4ad4ec2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 26 Apr 2012 16:25:14 +0000 Subject: Fix presumed typo (zero-origin bit 5 is 0x0020, not 0x0002). svn path=/trunk/; revision=42268 --- epan/dissectors/packet-ixveriwave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ixveriwave.c') diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c index 0cef8949a3..1aa93e787f 100644 --- a/epan/dissectors/packet-ixveriwave.c +++ b/epan/dissectors/packet-ixveriwave.c @@ -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.*/ -- cgit v1.2.3