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 5952] New: Fix name of wpan (IEEE 802.15.4) fields to be m

Date: Tue, 24 May 2011 20:44:15 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5952

           Summary: Fix name of wpan (IEEE 802.15.4) fields to be more
                    consistent, add in generic wpan.length field
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: coflynn@xxxxxxxxx


Created an attachment (id=6388)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6388)
Patch against SVN 37387

Build Information:
TShark 1.7.0 (SVN Rev 37385 from /trunk)

Copyright 1998-2011 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 (64-bit) with GLib 2.26.0, with libpcap 1.1.1, with libz 1.2.5, with
POSIX capabilities (Linux), without libpcre, without SMI, without c-ares,
without ADNS, without Lua, without Python, with GnuTLS 2.8.6, with Gcrypt
1.4.5,
with MIT Kerberos, without GeoIP.

Running on Linux 2.6.35.11-83.fc14.x86_64, with libpcap version 1.1.1, with
libz
1.2.5.

Built using gcc 4.5.1 20100924 (Red Hat 4.5.1-4).

--
The wpan (IEEE 802.15.4) has four fields for the possible src/dst addresses.
Currently they are not consistent, and are:

src16
src64
dst_addr16
dst_addr64

This patch renames the destination addresses to just:

dst16
dst64

I don't have a strong opinion about if xxx_addrYY or xxxYY format is better, I
just chose one. If you feel the longer format is better I'll change the patch
around.

The patch also adds in the wpan.frame_length field, which is very handy when
either filtering or graphing with the Wireshark IO Graphs. The field is hidden
by default, as there is really no point in displaying it in the GUI since you
easily get the same information in the status bar.

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