https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14528

            Bug ID: 14528
           Summary: Typo error in enumeration value of speech version
                    identifier
           Product: Wireshark
           Version: 2.4.5
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: Low
         Component: Dissection engine (libwireshark)
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: nnron...@gmail.com
  Target Milestone: ---

Build Information:
TShark (Wireshark) 2.4.5 (v2.4.5)

Copyright 1998-2018 Gerald Combs <ger...@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 (64-bit) without libpcap, with GLib 2.25.1, without zlib, without SMI,
without c-ares, without Lua, without GnuTLS, with Gcrypt 1.4.5, without
Kerberos, without GeoIP, without nghttp2, without LZ4, without Snappy, with
libxml2 2.7.6.

Running on SunOS 5.11, with        Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
(with SSE4.2), with locale C, with Gcrypt 1.4.5.

Built using gcc 7.2.0.

--
According to 3GPP TS 48.008 (3.2.2.11), enumeration value of speech version
identifier "GSM speech full rate version 2" = 001 0001 (binary) = 0x11.
Wireshark source code (packet-gsm_a_bssmap.c) contains the following definition
for this value:
static const range_string speech_version_id_rvals[] = {
    ...
    { 0x11,     0x11, "GSM speech full rate version 1" },
    ...

String "GSM speech full rate version 1" should be replaced with "GSM speech
full rate version 2" in packet-gsm_a_bssmap.c.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to