Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4912] New: Added IEEE 802.15.4-2003 AES-CCM security modes

Date: Thu, 24 Jun 2010 06:21:24 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4912

           Summary: Added IEEE 802.15.4-2003 AES-CCM security modes
                    (packet-ieee802154)
           Product: Wireshark
           Version: 1.3.x (Experimental)
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: ivan.lawrow@xxxxxxxxxx


Build Information:
Version 1.3.5-Jennic

Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.16.6, (32-bit) with GLib 2.22.4, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.8.5, with
Gcrypt 1.4.5, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built
Jun
17 2010), with AirPcap, with new_packet_list.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.1
(packet.dll version 4.1.0.1753), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.8.5, Gcrypt 1.4.5, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 30729

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Added support for IEEE 802.15.4-2003 AES-CCM security modes (present version
only supports 802.15.4-2006).
Added new drop-down menu to the IEEE 802.15.4 preferences to enable the 2003
Security Suite to be selected.
Added a tick box to the IEEE 802.15.4 preferences to allow the authentication
data to be extended by the security header as implemented by some manufacturers
(such as Jennic).
It was relatively straightforward to make the enhancements as the underlying
cryptographic algorithms used in 2003 are the same as in 2006 and were already
present in the source code.

The AES-CCM security modes have been tested using captured secure frames
generated by Jennic JN5148 microcontroller (extended authentication data
enabled).
Attached are capture files containing a secure data frame for each
corresponding security suite - set decryption key in preferences to:
ffffffffffffffffffffffffffffffff

The captured frames were obtained using the Jennic packet sniffer protocol -
the attached jsniffer.dll (32-bit) plugin for Wireshark is required to view the
capture files.
The plaintext data in all secure frames is: 00010203040506070809.

Existing 802.15.4-2006 security modes were also re-tested to verify they
remained unaffected by the integration of the new 2003 security modes.

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