aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-05 22:12:51 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-05 22:12:51 +0000
commita9e644f382bbe6d7524da3374f31217c9f395f91 (patch)
tree4450aeebabe2afc1b8ee639b5457ca7a652f0be5 /epan
parent07b1329a7c5ae36221b1dfe99922c6d792fbf963 (diff)
Changed type for "Wireless data" to FT_BYTES.
svn path=/trunk/; revision=29725
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-capwap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 3bce5ca366..f2385e96eb 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -1083,7 +1083,7 @@ proto_register_capwap_control(void)
NULL, HFILL }},
{ &hf_capwap_header_wireless_data,
{ "Wireless data", "capwap.header.wireless.data",
- FT_UINT8, BASE_DEC, NULL, 0x00,
+ FT_BYTES, BASE_NONE, NULL, 0x00,
NULL, HFILL }},
/* CAPWAP Control Header Message */