Wireshark-commits: [Wireshark-commits] master 177c655: Tighten heuristic checks for IEEE 802.15.4 p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 May 2014 15:05:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=177c6556f719d9533437a24fa7e89ff23c842651
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

177c655 by Owen Kirby (osk@xxxxxxxxxx):

    Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PANID for when we still get it wrong.
    
    Change-Id: Icc2b274d2478a9426da881998bbbbfb3bf34ec4a
    Reviewed-on: https://code.wireshark.org/review/1167
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  19c1989   Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  177c655   Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PANID for when we still get it wrong.


Summary of changes:
 epan/dissectors/packet-6lowpan.c     |   92 +++++++-----
 epan/dissectors/packet-ieee802154.c  |  272 +++++++++++++++++++++-------------
 epan/dissectors/packet-ieee802154.h  |    5 +-
 epan/dissectors/packet-lwm.c         |   35 ++---
 epan/dissectors/packet-zbee-nwk-gp.c |   29 ++--
 epan/dissectors/packet-zbee-nwk.c    |  215 +++++++++++++++++++++++----
 epan/dissectors/packet-zbee-nwk.h    |   15 +-
 7 files changed, 461 insertions(+), 202 deletions(-)