aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-05 22:12:51 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-05 22:12:51 +0000
commitc503c2b0562419bb9542feb10fa26fc769a50a97 (patch)
tree4450aeebabe2afc1b8ee639b5457ca7a652f0be5 /epan/dissectors/packet-capwap.c
parentfbf08f82f0a687ce0d1e274351abf7dec565c545 (diff)
Changed type for "Wireless data" to FT_BYTES.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29725 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-capwap.c')
-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 */