URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c05f6a9e9081a36f16201969f6322225704688c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7c05f6a by dsrsupport (eugene.exarevsky@xxxxxxxxxxxxxxx):
ZigBee NWK: fix Fix placement of NWK FC
NWK Frame Control tree bitmask was placed into the main tree.
As a result, it was displayed at the same level as NWK packet.
Fixed by changing tree to nwk_tree moving NWK FC into NWK packet.
Bug: 11926
Change-Id: Iae8ce89098d81a5ab7fb3bd57660853c2f20957d
Reviewed-on: https://code.wireshark.org/review/12858
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ec6fa1a Refactor VHT rates table, to use Ndbps (number of data bits per symbol) to calculate rate. This will enable calculation of FEC rounding precisely later on.
adds 7c05f6a ZigBee NWK: fix Fix placement of NWK FC
Summary of changes:
epan/dissectors/packet-zbee-nwk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)