http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2358
Summary: Problem decoding BACnet weekly-schedule with an array
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: steve@xxxxxxxxx
Build Information:
wireshark 0.99.9 (SVN Rev 24618)
Copyright 1998-2008 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.10.6, with GLib 2.12.4, with libpcap 0.9.4, with libz
1.2.3, without POSIX capabilities, without libpcre, without SMI, without ADNS,
without Lua, without GnuTLS, without Gcrypt, without Kerberos, without
PortAudio, without AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.17-12-generic, with libpcap version 0.9.4.
Built using gcc 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5).
--
<Reported to me by Kin-ichi>
I found a bug about decoding the Schedule object property weekly-schedule with
an array index.
Wireshark always displays "Monday" as the property value regardless of the
array index.
It should show the day of the week according to the array index.
For the attached file, it should show "Sunday", because the index is 7.
And propertyValue part is not decoded well. It just decode "Opening Tag" and
"Closing Tag".
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.