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 7137] New: Wrong attribute name Actual-Net-Data-Upstream o

Date: Wed, 18 Apr 2012 02:24:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7137

           Summary: Wrong attribute name Actual-Net-Data-Upstream of the
                    Sub-TLV 0x0081
           Product: Wireshark
           Version: 1.6.7
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: Jewgenij.Bytschkow@xxxxxxxxxxxxx


Created attachment 8260
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8260
ANCP Port-Up Message with attr 0x0081

Build Information:
Version 1.6.7 (SVN Rev 41973 from /trunk-1.6)

Copyright 1998-2012 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 (32-bit) with GTK+ 2.24.10, with GLib 2.28.8, with WinPcap (version
unknown), with libz 1.2.5, 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.12.18,
with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio V19-devel
(built Apr  6 2012), with AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.2
(packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 21022

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

Check the man page and http://www.wireshark.org for more information.
--
The by Wireshark and tethereal.exe dislpayed ANCP attribute name
Actual-Net-Data-Upstream (Sub-TLV 0x0081) is wrong. The correct name of this
attribute should be:
   Actual-Net-Data-Rate-Upstream

RFC 6320:
   | 0x0081   | Actual-Net-Data-Rate-Upstream              | RFC 6320
   | 0x0082   | Actual-Net-Data-Rate-Downstream            | RFC 6320

A sample output fragment of tethereal with the wrong attribute name:

            Sub-TLV: Actual-Net-Data-Upstream (0x0081)  <-- wrong name
            Value: 39936 Kb/sec
            Sub-TLV: Actual-Net-Data-Rate-Downstream (0x0082)  <-- O.K.
            Value: 40192 Kb/sec

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