aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-29 19:56:04 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-30 02:56:38 +0000
commitd2b772e33eade2afbff65e7674c120dba04ac5c6 (patch)
tree9dc49c85b71edff972440d290fc93d97237b670f /epan
parent287739baa26d3985ac69725c181df00615367a50 (diff)
The encryption type field is part of a 16-bit bitfield.
Set its type accordingly. Change-Id: I3f80828d9e248235db6f4b30f02ada6b6786d25a Reviewed-on: https://code.wireshark.org/review/21419 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ixveriwave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c
index 78523f70a7..80479c7382 100644
--- a/epan/dissectors/packet-ixveriwave.c
+++ b/epan/dissectors/packet-ixveriwave.c
@@ -3273,7 +3273,7 @@ framing signal deasserted. this is caused by software setting the drain all reg
{ &hf_radiotap_vwf_enctype,
{ "Encryption type", "ixveriwave.vwflags.encrypt",
- FT_UINT32, BASE_DEC, VALS(encrypt_type), VW_RADIOTAPF_ENCMSK, NULL, HFILL } },
+ FT_UINT16, BASE_DEC, VALS(encrypt_type), VW_RADIOTAPF_ENCMSK, NULL, HFILL } },
/* start VeriWave-specific radiotap header elements 6-2007 */
{ &hf_radiotap_vw_ht_length,