Wireshark-bugs: [Wireshark-bugs] [Bug 7633] Decode Bluetooth HS 4-way handshake over 802.11 medi
Date: Fri, 21 Sep 2012 06:09:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7633

--- Comment #8 from Andrei Emeltchenko <andrei.emeltchenko.news@xxxxxxxxx> 2012-09-21 06:09:27 PDT ---
Created attachment 9197
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9197
bt-oui: Add decoding Bluetooth High Speed over wireless

Register dissectors for Bluetooth High Speed over wireless.
Decode 4-way handshake and decrypt data traffic over 802.11 media
Example of EAPOL is shown below:

...
Logical-Link Control
    DSAP: SNAP (0xaa)
    IG Bit: Individual
    SSAP: SNAP (0xaa)
    CR Bit: Command
    Control field: U, func=UI (0x03)
    Organization Code: Bluetooth (0x001958)
    Type: Bluetooth Security (0x0003)
802.1X Authentication
    Version: 802.1X-2001 (1)
    Type: Key (3)
    Length: 117
    Key Descriptor Type: EAPOL RSN Key (2)
    Key Information: 0x010a
        .... .... .... .010 = Key Descriptor Version: AES Cipher, HMAC-SHA1 MIC
(2)
        .... .... .... 1... = Key Type: Pairwise Key
        .... .... ..00 .... = Key Index: 0
        .... .... .0.. .... = Install: Not set
        .... .... 0... .... = Key ACK: Not set
        .... ...1 .... .... = Key MIC: Set
        .... ..0. .... .... = Secure: Not set
        .... .0.. .... .... = Error: Not set
        .... 0... .... .... = Request: Not set
        ...0 .... .... .... = Encrypted Key Data: Not set
    Key Length: 16
    Replay Counter: 1
    WPA Key Nonce: 768574f5be8f87e5564ef8eab556a26c2e1f0abc6ca256b5...
    Key IV: 00000000000000000000000000000000
    WPA Key RSC: 0000000000000000
    WPA Key ID: 0000000000000000
    WPA Key MIC: 0553a180d3415401216c080bac23d381
    WPA Key Data Length: 22
    WPA Key Data: 30140100000fac040100000fac040100000fac020000
...

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.