From: Andrei Emeltchenko <andrei.emeltche...@intel.com>

Extended Windows Size and Unicast Connectionless Data Reception
shows wrong bits in l2cap extended features
---
 epan/dissectors/packet-btl2cap.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/epan/dissectors/packet-btl2cap.c b/epan/dissectors/packet-btl2cap.c
index 40f3213..ac0a909 100644
--- a/epan/dissectors/packet-btl2cap.c
+++ b/epan/dissectors/packet-btl2cap.c
@@ -1506,12 +1506,12 @@ proto_register_btl2cap(void)
                },
                { &hf_btl2cap_info_window,
                        { "Extended Window Size", "btl2cap.info_window",
-                               FT_UINT32, BASE_DEC, NULL, 0x01,
+                               FT_UINT32, BASE_DEC, NULL, 0x0100,
                                "Extended Window Size support", HFILL }
                },
                { &hf_btl2cap_info_unicast,
                        { "Unicast Connectionless Data Reception", 
"btl2cap.info_unicast",
-                               FT_UINT32, BASE_DEC, NULL, 0x02,
+                               FT_UINT32, BASE_DEC, NULL, 0x0200,
                                "Unicast Connectionless Data Reception 
support", HFILL }
                },
                { &hf_btl2cap_info_fixedchans,
-- 
1.7.4.1

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to